Html Css Color HEX #953E00 Saddle Brown

📋 copy color: '#953E00'

red 149 ◦ green 62 ◦ blue 0

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

Shades of Saddle Brown #953E00

Tints of Saddle Brown #953E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

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

R = 70.62%
G = 29.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#953E00 (or 0x953E00) is known color: Saddle Brown. HEX triplet: 95, 3E and 00. RGB value is (149,62,0). Sum of RGB (Red+Green+Blue) = 149+62+0=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #953E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E00 is #6AC1FF. Grayscale: #515151. Windows color (decimal): -6996480 or 16021. OLE color: 16021.

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

Color convert

RGB 149 62 0 -
CMYK 0 0.58 1 0.42
HSL 24.97º 1% 0.29% -
HSV(B) 24.97º 1% 0.58% -
XYZ 14.12 9.83 1.15 -
YUV 80.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 149 62 0 0 0.58 1 0.42 24.97 1 0.29
Hex 95 3E 0 0 3A 64 2A 19 64 1D
Octal 225 76 0 0 72 144 52 31 144 35
Binary 10010101 111110 0 0 111010 1100100 101010 11001 1100100 11101

Color Harmonies of #953E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E00

Black with #953E00

Text Example


Text Example

White with #953E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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