Html Css Color HEX #992A05 Saddle Brown

📋 copy color: '#992A05'

red 153 ◦ green 42 ◦ blue 5

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

Shades of Saddle Brown #992A05

Tints of Saddle Brown #992A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21%

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 76.5%
G = 21%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#992A05 (or 0x992A05) is known color: Saddle Brown. HEX triplet: 99, 2A and 05. RGB value is (153,42,5). Sum of RGB (Red+Green+Blue) = 153+42+5=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #992A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A05 is #66D5FA. Grayscale: #474747. Windows color (decimal): -6739451 or 338585. OLE color: 338585.

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

Color convert

RGB 153 42 5 -
CMYK 0 0.73 0.97 0.4
HSL 15º 0.94% 0.31% -
HSV(B) 15º 0.97% 0.6% -
XYZ 13.99 8.44 1.04 -
YUV 70.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 153 42 5 0 0.73 0.97 0.4 15 0.94 0.31
Hex 99 2A 5 0 49 61 28 F 5E 1F
Octal 231 52 5 0 111 141 50 17 136 37
Binary 10011001 101010 101 0 1001001 1100001 101000 1111 1011110 11111

Color Harmonies of #992A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A05

Black with #992A05

Text Example


Text Example

White with #992A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A05; }

 p { color: rgb(153,42,5); }

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

background-color css

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

 a { background-color: rgb(153,42,5); }

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

border-color css

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

 span { border-color: rgb(153,42,5); }

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