Html Css Color HEX #995202 Saddle Brown

📋 copy color: '#995202'

red 153 ◦ green 82 ◦ blue 2

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

Shades of Saddle Brown #995202

Tints of Saddle Brown #995202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 64.56%
G = 34.6%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995202 (or 0x995202) is known color: Saddle Brown. HEX triplet: 99, 52 and 02. RGB value is (153,82,2). Sum of RGB (Red+Green+Blue) = 153+82+2=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #995202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995202 is #66ADFD. Grayscale: #5E5E5E. Windows color (decimal): -6729214 or 152217. OLE color: 152217.

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

Color convert

RGB 153 82 2 -
CMYK 0 0.46 0.99 0.4
HSL 31.79º 0.97% 0.3% -
HSV(B) 31.79º 0.99% 0.6% -
XYZ 16.17 12.81 1.68 -
YUV 94.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 153 82 2 0 0.46 0.99 0.4 31.79 0.97 0.3
Hex 99 52 2 0 2E 63 28 20 61 1E
Octal 231 122 2 0 56 143 50 40 141 36
Binary 10011001 1010010 10 0 101110 1100011 101000 100000 1100001 11110

Color Harmonies of #995202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995202

Black with #995202

Text Example


Text Example

White with #995202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995202; }

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

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

background-color css

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

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

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

border-color css

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

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

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