Html Css Color HEX #995002 Saddle Brown

📋 copy color: '#995002'

red 153 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #995002

Tints of Saddle Brown #995002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 65.11%
G = 34.04%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995002 (or 0x995002) is known color: Saddle Brown. HEX triplet: 99, 50 and 02. RGB value is (153,80,2). Sum of RGB (Red+Green+Blue) = 153+80+2=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #995002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995002 is #66AFFD. Grayscale: #5D5D5D. Windows color (decimal): -6729726 or 151705. OLE color: 151705.

HSL color Cylindrical-coordinate representation of color #995002: hue angle of 30.99º 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 #995002 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 2 -
CMYK 0 0.48 0.99 0.4
HSL 30.99º 0.97% 0.3% -
HSV(B) 30.99º 0.99% 0.6% -
XYZ 16.02 12.51 1.63 -
YUV 92.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 153 80 2 0 0.48 0.99 0.4 30.99 0.97 0.3
Hex 99 50 2 0 30 63 28 1F 61 1E
Octal 231 120 2 0 60 143 50 37 141 36
Binary 10011001 1010000 10 0 110000 1100011 101000 11111 1100001 11110

Color Harmonies of #995002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995002

Black with #995002

Text Example


Text Example

White with #995002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995002; }

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

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

background-color css

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

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

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

border-color css

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

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

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