Html Css Color HEX #955204 Saddle Brown

📋 copy color: '#955204'

red 149 ◦ green 82 ◦ blue 4

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

Shades of Saddle Brown #955204

Tints of Saddle Brown #955204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 63.4%
G = 34.89%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955204 (or 0x955204) is known color: Saddle Brown. HEX triplet: 95, 52 and 04. RGB value is (149,82,4). Sum of RGB (Red+Green+Blue) = 149+82+4=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955204 is #6AADFB. Grayscale: #5D5D5D. Windows color (decimal): -6991356 or 283285. OLE color: 283285.

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

Color convert

RGB 149 82 4 -
CMYK 0 0.45 0.97 0.42
HSL 32.28º 0.95% 0.3% -
HSV(B) 32.28º 0.97% 0.58% -
XYZ 15.43 12.43 1.7 -
YUV 93.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 149 82 4 0 0.45 0.97 0.42 32.28 0.95 0.3
Hex 95 52 4 0 2D 61 2A 20 5F 1E
Octal 225 122 4 0 55 141 52 40 137 36
Binary 10010101 1010010 100 0 101101 1100001 101010 100000 1011111 11110

Color Harmonies of #955204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955204

Black with #955204

Text Example


Text Example

White with #955204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955204; }

 p { color: rgb(149,82,4); }

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

background-color css

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

 a { background-color: rgb(149,82,4); }

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

border-color css

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

 span { border-color: rgb(149,82,4); }

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