Html Css Color HEX #955002 Saddle Brown

📋 copy color: '#955002'

red 149 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #955002

Tints of Saddle Brown #955002

RGB

 RED value IS 149 (58.59% from 255) = 64.5%

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

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

R = 64.5%
G = 34.63%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955002 (or 0x955002) is known color: Saddle Brown. HEX triplet: 95, 50 and 02. RGB value is (149,80,2). Sum of RGB (Red+Green+Blue) = 149+80+2=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #955002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955002 is #6AAFFD. Grayscale: #5C5C5C. Windows color (decimal): -6991870 or 151701. OLE color: 151701.

HSL color Cylindrical-coordinate representation of color #955002: hue angle of 31.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955002 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 2 -
CMYK 0 0.46 0.99 0.42
HSL 31.84º 0.97% 0.3% -
HSV(B) 31.84º 0.99% 0.58% -
XYZ 15.27 12.13 1.59 -
YUV 91.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 149 80 2 0 0.46 0.99 0.42 31.84 0.97 0.3
Hex 95 50 2 0 2E 63 2A 20 61 1E
Octal 225 120 2 0 56 143 52 40 141 36
Binary 10010101 1010000 10 0 101110 1100011 101010 100000 1100001 11110

Color Harmonies of #955002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955002

Black with #955002

Text Example


Text Example

White with #955002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955002; }

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

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

background-color css

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

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

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

border-color css

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

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

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