Html Css Color HEX #953E0A Saddle Brown

📋 copy color: '#953E0A'

red 149 ◦ green 62 ◦ blue 10

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

Shades of Saddle Brown #953E0A

Tints of Saddle Brown #953E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 67.42%
G = 28.05%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#953E0A (or 0x953E0A) is known color: Saddle Brown. HEX triplet: 95, 3E and 0A. RGB value is (149,62,10). Sum of RGB (Red+Green+Blue) = 149+62+10=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E0A is #6AC1F5. Grayscale: #525252. Windows color (decimal): -6996470 or 671381. OLE color: 671381.

HSL color Cylindrical-coordinate representation of color #953E0A: hue angle of 22.45º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #953E0A is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 10 -
CMYK 0 0.58 0.93 0.42
HSL 22.45º 0.87% 0.31% -
HSV(B) 22.45º 0.93% 0.58% -
XYZ 14.17 9.86 1.44 -
YUV 82.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 149 62 10 0 0.58 0.93 0.42 22.45 0.87 0.31
Hex 95 3E A 0 3A 5D 2A 16 57 1F
Octal 225 76 12 0 72 135 52 26 127 37
Binary 10010101 111110 1010 0 111010 1011101 101010 10110 1010111 11111

Color Harmonies of #953E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E0A

Black with #953E0A

Text Example


Text Example

White with #953E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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