Html Css Color HEX #992D00 Saddle Brown

📋 copy color: '#992D00'

red 153 ◦ green 45 ◦ blue 0

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

Shades of Saddle Brown #992D00

Tints of Saddle Brown #992D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.27%
G = 22.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#992D00 (or 0x992D00) is known color: Saddle Brown. HEX triplet: 99, 2D and 00. RGB value is (153,45,0). Sum of RGB (Red+Green+Blue) = 153+45+0=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #992D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D00 is #66D2FF. Grayscale: #484848. Windows color (decimal): -6738688 or 11673. OLE color: 11673.

HSL color Cylindrical-coordinate representation of color #992D00: hue angle of 17.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #992D00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 0 -
CMYK 0 0.71 1 0.4
HSL 17.65º 1% 0.3% -
HSV(B) 17.65º 1% 0.6% -
XYZ 14.08 8.65 0.93 -
YUV 72.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 153 45 0 0 0.71 1 0.4 17.65 1 0.3
Hex 99 2D 0 0 47 64 28 12 64 1E
Octal 231 55 0 0 107 144 50 22 144 36
Binary 10011001 101101 0 0 1000111 1100100 101000 10010 1100100 11110

Color Harmonies of #992D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D00

Black with #992D00

Text Example


Text Example

White with #992D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,45,0); }

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

background-color css

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

 a { background-color: rgb(153,45,0); }

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

border-color css

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

 span { border-color: rgb(153,45,0); }

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