Html Css Color HEX #954200 Saddle Brown

📋 copy color: '#954200'

red 149 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #954200

Tints of Saddle Brown #954200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 69.3%
G = 30.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954200 (or 0x954200) is known color: Saddle Brown. HEX triplet: 95, 42 and 00. RGB value is (149,66,0). Sum of RGB (Red+Green+Blue) = 149+66+0=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #954200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954200 is #6ABDFF. Grayscale: #535353. Windows color (decimal): -6995456 or 17045. OLE color: 17045.

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

Color convert

RGB 149 66 0 -
CMYK 0 0.56 1 0.42
HSL 26.58º 1% 0.29% -
HSV(B) 26.58º 1% 0.58% -
XYZ 14.34 10.29 1.23 -
YUV 83.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 149 66 0 0 0.56 1 0.42 26.58 1 0.29
Hex 95 42 0 0 38 64 2A 1B 64 1D
Octal 225 102 0 0 70 144 52 33 144 35
Binary 10010101 1000010 0 0 111000 1100100 101010 11011 1100100 11101

Color Harmonies of #954200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954200

Black with #954200

Text Example


Text Example

White with #954200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954200; }

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

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

background-color css

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

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

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

border-color css

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

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

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