Html Css Color HEX #952904 Saddle Brown

📋 copy color: '#952904'

red 149 ◦ green 41 ◦ blue 4

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

Shades of Saddle Brown #952904

Tints of Saddle Brown #952904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 76.8%
G = 21.13%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952904 (or 0x952904) is known color: Saddle Brown. HEX triplet: 95, 29 and 04. RGB value is (149,41,4). Sum of RGB (Red+Green+Blue) = 149+41+4=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952904 is #6AD6FB. Grayscale: #454545. Windows color (decimal): -7001852 or 272789. OLE color: 272789.

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

Color convert

RGB 149 41 4 -
CMYK 0 0.72 0.97 0.42
HSL 15.31º 0.95% 0.3% -
HSV(B) 15.31º 0.97% 0.58% -
XYZ 13.21 7.98 0.96 -
YUV 69.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 149 41 4 0 0.72 0.97 0.42 15.31 0.95 0.3
Hex 95 29 4 0 48 61 2A F 5F 1E
Octal 225 51 4 0 110 141 52 17 137 36
Binary 10010101 101001 100 0 1001000 1100001 101010 1111 1011111 11110

Color Harmonies of #952904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952904

Black with #952904

Text Example


Text Example

White with #952904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952904; }

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

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

background-color css

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

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

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

border-color css

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

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

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