Html Css Color HEX #954802 Saddle Brown

📋 copy color: '#954802'

red 149 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #954802

Tints of Saddle Brown #954802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 66.82%
G = 32.29%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954802 (or 0x954802) is known color: Saddle Brown. HEX triplet: 95, 48 and 02. RGB value is (149,72,2). Sum of RGB (Red+Green+Blue) = 149+72+2=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #954802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954802 is #6AB7FD. Grayscale: #575757. Windows color (decimal): -6993918 or 149653. OLE color: 149653.

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

Color convert

RGB 149 72 2 -
CMYK 0 0.52 0.99 0.42
HSL 28.57º 0.97% 0.3% -
HSV(B) 28.57º 0.99% 0.58% -
XYZ 14.72 11.03 1.41 -
YUV 87.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 149 72 2 0 0.52 0.99 0.42 28.57 0.97 0.3
Hex 95 48 2 0 34 63 2A 1D 61 1E
Octal 225 110 2 0 64 143 52 35 141 36
Binary 10010101 1001000 10 0 110100 1100011 101010 11101 1100001 11110

Color Harmonies of #954802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954802

Black with #954802

Text Example


Text Example

White with #954802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954802; }

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

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

background-color css

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

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

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

border-color css

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

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

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