Html Css Color HEX #992926 Brown

📋 copy color: '#992926'

red 153 ◦ green 41 ◦ blue 38

#992926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #992926

Tints of Brown #992926

RGB

 RED value IS 153 (60.16% from 255) = 65.95%

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 65.95%
G = 17.67%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#992926 (or 0x992926) is known color: Brown. HEX triplet: 99, 29 and 26. RGB value is (153,41,38). Sum of RGB (Red+Green+Blue) = 153+41+38=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #992926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992926 is #66D6D9. Grayscale: #4A4A4A. Windows color (decimal): -6739674 or 2501017. OLE color: 2501017.

HSL color Cylindrical-coordinate representation of color #992926: hue angle of 1.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992926 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 38 -
CMYK 0 0.73 0.75 0.4
HSL 1.57º 0.6% 0.37% -
HSV(B) 1.57º 0.75% 0.6% -
XYZ 14.28 8.5 2.72 -
YUV 74.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 153 41 38 0 0.73 0.75 0.4 1.57 0.6 0.37
Hex 99 29 26 0 49 4B 28 2 3C 25
Octal 231 51 46 0 111 113 50 2 74 45
Binary 10011001 101001 100110 0 1001001 1001011 101000 10 111100 100101

Color Harmonies of #992926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992926

Black with #992926

Text Example


Text Example

White with #992926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992926; }

 p { color: rgb(153,41,38); }

 H1.HeaderClassName
 {
   color: #992926;
 }
 .AnyTagClassName
 {
   color: #992926;
 }
</style>

background-color css

<style>
 a { background-color: #992926; }

 a { background-color: rgb(153,41,38); }

 div.DivClassName
 {
   background-color: #992926;
 }
 .BgClassName
 {
   background-color: #992926;
 }
</style>

border-color css

<style>
 span { border-color: #992926; }

 span { border-color: rgb(153,41,38); }

 td.TdClassName
 {
   border-color: #992926;
 }
 .TagClassName
 {
   border-color: #992926;
 }
</style>