Html Css Color HEX #953C0D Saddle Brown

📋 copy color: '#953C0D'

red 149 ◦ green 60 ◦ blue 13

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

Shades of Saddle Brown #953C0D

Tints of Saddle Brown #953C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

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

R = 67.12%
G = 27.03%
B = 5.86%

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

#953C0D (or 0x953C0D) is known color: Saddle Brown. HEX triplet: 95, 3C and 0D. RGB value is (149,60,13). Sum of RGB (Red+Green+Blue) = 149+60+13=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C0D is #6AC3F2. Grayscale: #515151. Windows color (decimal): -6996979 or 867477. OLE color: 867477.

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

Color convert

RGB 149 60 13 -
CMYK 0 0.60 0.91 0.42
HSL 20.74º 0.84% 0.32% -
HSV(B) 20.74º 0.91% 0.58% -
XYZ 14.08 9.65 1.5 -
YUV 81.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 149 60 13 0 0.60 0.91 0.42 20.74 0.84 0.32
Hex 95 3C D 0 3C 5B 2A 15 54 20
Octal 225 74 15 0 74 133 52 25 124 40
Binary 10010101 111100 1101 0 111100 1011011 101010 10101 1010100 100000

Color Harmonies of #953C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C0D

Black with #953C0D

Text Example


Text Example

White with #953C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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