Html Css Color HEX #953A0F Saddle Brown

📋 copy color: '#953A0F'

red 149 ◦ green 58 ◦ blue 15

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

Shades of Saddle Brown #953A0F

Tints of Saddle Brown #953A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.13%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 67.12%
G = 26.13%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#953A0F (or 0x953A0F) is known color: Saddle Brown. HEX triplet: 95, 3A and 0F. RGB value is (149,58,15). Sum of RGB (Red+Green+Blue) = 149+58+15=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0F is #6AC5F0. Grayscale: #505050. Windows color (decimal): -6997489 or 998037. OLE color: 998037.

HSL color Cylindrical-coordinate representation of color #953A0F: hue angle of 19.25º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #953A0F is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 15 -
CMYK 0 0.61 0.90 0.42
HSL 19.25º 0.82% 0.32% -
HSV(B) 19.25º 0.9% 0.58% -
XYZ 13.99 9.45 1.54 -
YUV 80.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 149 58 15 0 0.61 0.90 0.42 19.25 0.82 0.32
Hex 95 3A F 0 3D 5A 2A 13 52 20
Octal 225 72 17 0 75 132 52 23 122 40
Binary 10010101 111010 1111 0 111101 1011010 101010 10011 1010010 100000

Color Harmonies of #953A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A0F

Black with #953A0F

Text Example


Text Example

White with #953A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,15); }

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

background-color css

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

 a { background-color: rgb(149,58,15); }

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

border-color css

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

 span { border-color: rgb(149,58,15); }

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