Html Css Color HEX #954700 Saddle Brown

📋 copy color: '#954700'

red 149 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #954700

Tints of Saddle Brown #954700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.73%
G = 32.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954700 (or 0x954700) is known color: Saddle Brown. HEX triplet: 95, 47 and 00. RGB value is (149,71,0). Sum of RGB (Red+Green+Blue) = 149+71+0=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #954700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954700 is #6AB8FF. Grayscale: #565656. Windows color (decimal): -6994176 or 18325. OLE color: 18325.

HSL color Cylindrical-coordinate representation of color #954700: hue angle of 28.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954700 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 0 -
CMYK 0 0.52 1 0.42
HSL 28.59º 1% 0.29% -
HSV(B) 28.59º 1% 0.58% -
XYZ 14.65 10.9 1.33 -
YUV 86.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 149 71 0 0 0.52 1 0.42 28.59 1 0.29
Hex 95 47 0 0 34 64 2A 1D 64 1D
Octal 225 107 0 0 64 144 52 35 144 35
Binary 10010101 1000111 0 0 110100 1100100 101010 11101 1100100 11101

Color Harmonies of #954700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954700

Black with #954700

Text Example


Text Example

White with #954700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954700; }

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

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

background-color css

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

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

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

border-color css

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

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

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