Html Css Color HEX #953B0D Saddle Brown

📋 copy color: '#953B0D'

red 149 ◦ green 59 ◦ blue 13

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

Shades of Saddle Brown #953B0D

Tints of Saddle Brown #953B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 67.42%
G = 26.7%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#953B0D (or 0x953B0D) is known color: Saddle Brown. HEX triplet: 95, 3B and 0D. RGB value is (149,59,13). Sum of RGB (Red+Green+Blue) = 149+59+13=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B0D is #6AC4F2. Grayscale: #505050. Windows color (decimal): -6997235 or 867221. OLE color: 867221.

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

Color convert

RGB 149 59 13 -
CMYK 0 0.60 0.91 0.42
HSL 20.29º 0.84% 0.32% -
HSV(B) 20.29º 0.91% 0.58% -
XYZ 14.03 9.55 1.48 -
YUV 80.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 149 59 13 0 0.60 0.91 0.42 20.29 0.84 0.32
Hex 95 3B D 0 3C 5B 2A 14 54 20
Octal 225 73 15 0 74 133 52 24 124 40
Binary 10010101 111011 1101 0 111100 1011011 101010 10100 1010100 100000

Color Harmonies of #953B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B0D

Black with #953B0D

Text Example


Text Example

White with #953B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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