Html Css Color HEX #952803 Saddle Brown

📋 copy color: '#952803'

red 149 ◦ green 40 ◦ blue 3

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

Shades of Saddle Brown #952803

Tints of Saddle Brown #952803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 3 (1.56% from 255) = 1.56%

R = 77.6%
G = 20.83%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952803 (or 0x952803) is known color: Saddle Brown. HEX triplet: 95, 28 and 03. RGB value is (149,40,3). Sum of RGB (Red+Green+Blue) = 149+40+3=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952803 is #6AD7FC. Grayscale: #444444. Windows color (decimal): -7002109 or 206997. OLE color: 206997.

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

Color convert

RGB 149 40 3 -
CMYK 0 0.73 0.98 0.42
HSL 15.21º 0.96% 0.3% -
HSV(B) 15.21º 0.98% 0.58% -
XYZ 13.17 7.91 0.92 -
YUV 68.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 149 40 3 0 0.73 0.98 0.42 15.21 0.96 0.3
Hex 95 28 3 0 49 62 2A F 60 1E
Octal 225 50 3 0 111 142 52 17 140 36
Binary 10010101 101000 11 0 1001001 1100010 101010 1111 1100000 11110

Color Harmonies of #952803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952803

Black with #952803

Text Example


Text Example

White with #952803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952803; }

 p { color: rgb(149,40,3); }

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

background-color css

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

 a { background-color: rgb(149,40,3); }

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

border-color css

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

 span { border-color: rgb(149,40,3); }

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