Html Css Color HEX #992C04 Saddle Brown

📋 copy color: '#992C04'

red 153 ◦ green 44 ◦ blue 4

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

Shades of Saddle Brown #992C04

Tints of Saddle Brown #992C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.89%

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 76.12%
G = 21.89%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#992C04 (or 0x992C04) is known color: Saddle Brown. HEX triplet: 99, 2C and 04. RGB value is (153,44,4). Sum of RGB (Red+Green+Blue) = 153+44+4=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #992C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C04 is #66D3FB. Grayscale: #484848. Windows color (decimal): -6738940 or 273561. OLE color: 273561.

HSL color Cylindrical-coordinate representation of color #992C04: hue angle of 16.11º degrees, saturation: 0.95, 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 #992C04 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 4 -
CMYK 0 0.71 0.97 0.4
HSL 16.11º 0.95% 0.31% -
HSV(B) 16.11º 0.97% 0.6% -
XYZ 14.06 8.58 1.03 -
YUV 72.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 153 44 4 0 0.71 0.97 0.4 16.11 0.95 0.31
Hex 99 2C 4 0 47 61 28 10 5F 1F
Octal 231 54 4 0 107 141 50 20 137 37
Binary 10011001 101100 100 0 1000111 1100001 101000 10000 1011111 11111

Color Harmonies of #992C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C04

Black with #992C04

Text Example


Text Example

White with #992C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,44,4); }

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

background-color css

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

 a { background-color: rgb(153,44,4); }

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

border-color css

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

 span { border-color: rgb(153,44,4); }

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