Html Css Color HEX #953B15 Saddle Brown

📋 copy color: '#953B15'

red 149 ◦ green 59 ◦ blue 21

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

Shades of Saddle Brown #953B15

Tints of Saddle Brown #953B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.76%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 65.07%
G = 25.76%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#953B15 (or 0x953B15) is known color: Saddle Brown. HEX triplet: 95, 3B and 15. RGB value is (149,59,21). Sum of RGB (Red+Green+Blue) = 149+59+21=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B15 is #6AC4EA. Grayscale: #515151. Windows color (decimal): -6997227 or 1391509. OLE color: 1391509.

HSL color Cylindrical-coordinate representation of color #953B15: hue angle of 17.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #953B15 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 21 -
CMYK 0 0.60 0.86 0.42
HSL 17.81º 0.75% 0.33% -
HSV(B) 17.81º 0.86% 0.58% -
XYZ 14.09 9.57 1.81 -
YUV 81.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 149 59 21 0 0.60 0.86 0.42 17.81 0.75 0.33
Hex 95 3B 15 0 3C 56 2A 12 4B 21
Octal 225 73 25 0 74 126 52 22 113 41
Binary 10010101 111011 10101 0 111100 1010110 101010 10010 1001011 100001

Color Harmonies of #953B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B15

Black with #953B15

Text Example


Text Example

White with #953B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,21); }

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

background-color css

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

 a { background-color: rgb(149,59,21); }

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

border-color css

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

 span { border-color: rgb(149,59,21); }

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