Html Css Color HEX #954702 Saddle Brown

📋 copy color: '#954702'

red 149 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #954702

Tints of Saddle Brown #954702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 67.12%
G = 31.98%
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

#954702 (or 0x954702) is known color: Saddle Brown. HEX triplet: 95, 47 and 02. RGB value is (149,71,2). Sum of RGB (Red+Green+Blue) = 149+71+2=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954702 is #6AB8FD. Grayscale: #565656. Windows color (decimal): -6994174 or 149397. OLE color: 149397.

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

Color convert

RGB 149 71 2 -
CMYK 0 0.52 0.99 0.42
HSL 28.16º 0.97% 0.3% -
HSV(B) 28.16º 0.99% 0.58% -
XYZ 14.66 10.9 1.39 -
YUV 86.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 149 71 2 0 0.52 0.99 0.42 28.16 0.97 0.3
Hex 95 47 2 0 34 63 2A 1C 61 1E
Octal 225 107 2 0 64 143 52 34 141 36
Binary 10010101 1000111 10 0 110100 1100011 101010 11100 1100001 11110

Color Harmonies of #954702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954702

Black with #954702

Text Example


Text Example

White with #954702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954702; }

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

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

background-color css

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

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

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

border-color css

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

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

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