Html Css Color HEX #992D02 Saddle Brown

📋 copy color: '#992D02'

red 153 ◦ green 45 ◦ blue 2

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

Shades of Saddle Brown #992D02

Tints of Saddle Brown #992D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 76.5%
G = 22.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#992D02 (or 0x992D02) is known color: Saddle Brown. HEX triplet: 99, 2D and 02. RGB value is (153,45,2). Sum of RGB (Red+Green+Blue) = 153+45+2=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #992D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D02 is #66D2FD. Grayscale: #484848. Windows color (decimal): -6738686 or 142745. OLE color: 142745.

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

Color convert

RGB 153 45 2 -
CMYK 0 0.71 0.99 0.4
HSL 17.09º 0.97% 0.3% -
HSV(B) 17.09º 0.99% 0.6% -
XYZ 14.09 8.65 0.99 -
YUV 72.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 153 45 2 0 0.71 0.99 0.4 17.09 0.97 0.3
Hex 99 2D 2 0 47 63 28 11 61 1E
Octal 231 55 2 0 107 143 50 21 141 36
Binary 10011001 101101 10 0 1000111 1100011 101000 10001 1100001 11110

Color Harmonies of #992D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D02

Black with #992D02

Text Example


Text Example

White with #992D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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