Html Css Color HEX #953F0A Saddle Brown

📋 copy color: '#953F0A'

red 149 ◦ green 63 ◦ blue 10

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

Shades of Saddle Brown #953F0A

Tints of Saddle Brown #953F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

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

R = 67.12%
G = 28.38%
B = 4.5%

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

#953F0A (or 0x953F0A) is known color: Saddle Brown. HEX triplet: 95, 3F and 0A. RGB value is (149,63,10). Sum of RGB (Red+Green+Blue) = 149+63+10=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F0A is #6AC0F5. Grayscale: #525252. Windows color (decimal): -6996214 or 671637. OLE color: 671637.

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

Color convert

RGB 149 63 10 -
CMYK 0 0.58 0.93 0.42
HSL 22.88º 0.87% 0.31% -
HSV(B) 22.88º 0.93% 0.58% -
XYZ 14.23 9.97 1.46 -
YUV 82.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 149 63 10 0 0.58 0.93 0.42 22.88 0.87 0.31
Hex 95 3F A 0 3A 5D 2A 17 57 1F
Octal 225 77 12 0 72 135 52 27 127 37
Binary 10010101 111111 1010 0 111010 1011101 101010 10111 1010111 11111

Color Harmonies of #953F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F0A

Black with #953F0A

Text Example


Text Example

White with #953F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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