Html Css Color HEX #952800 Saddle Brown

📋 copy color: '#952800'

red 149 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #952800

Tints of Saddle Brown #952800

RGB

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

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

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

R = 78.84%
G = 21.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952800 (or 0x952800) is known color: Saddle Brown. HEX triplet: 95, 28 and 00. RGB value is (149,40,0). Sum of RGB (Red+Green+Blue) = 149+40+0=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952800 is #6AD7FF. Grayscale: #444444. Windows color (decimal): -7002112 or 10389. OLE color: 10389.

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

Color convert

RGB 149 40 0 -
CMYK 0 0.73 1 0.42
HSL 16.11º 1% 0.29% -
HSV(B) 16.11º 1% 0.58% -
XYZ 13.15 7.91 0.83 -
YUV 68.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 149 40 0 0 0.73 1 0.42 16.11 1 0.29
Hex 95 28 0 0 49 64 2A 10 64 1D
Octal 225 50 0 0 111 144 52 20 144 35
Binary 10010101 101000 0 0 1001001 1100100 101010 10000 1100100 11101

Color Harmonies of #952800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952800

Black with #952800

Text Example


Text Example

White with #952800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952800; }

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

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

background-color css

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

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

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

border-color css

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

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

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