Html Css Color HEX #952902 Saddle Brown

📋 copy color: '#952902'

red 149 ◦ green 41 ◦ blue 2

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

Shades of Saddle Brown #952902

Tints of Saddle Brown #952902

RGB

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

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

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

R = 77.6%
G = 21.35%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952902 (or 0x952902) is known color: Saddle Brown. HEX triplet: 95, 29 and 02. RGB value is (149,41,2). Sum of RGB (Red+Green+Blue) = 149+41+2=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952902 is #6AD6FD. Grayscale: #454545. Windows color (decimal): -7001854 or 141717. OLE color: 141717.

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

Color convert

RGB 149 41 2 -
CMYK 0 0.72 0.99 0.42
HSL 15.92º 0.97% 0.3% -
HSV(B) 15.92º 0.99% 0.58% -
XYZ 13.2 7.98 0.9 -
YUV 68.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 149 41 2 0 0.72 0.99 0.42 15.92 0.97 0.3
Hex 95 29 2 0 48 63 2A 10 61 1E
Octal 225 51 2 0 110 143 52 20 141 36
Binary 10010101 101001 10 0 1001000 1100011 101010 10000 1100001 11110

Color Harmonies of #952902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952902

Black with #952902

Text Example


Text Example

White with #952902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952902; }

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

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

background-color css

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

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

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

border-color css

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

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

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