Html Css Color HEX #953C0F Saddle Brown

📋 copy color: '#953C0F'

red 149 ◦ green 60 ◦ blue 15

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

Shades of Saddle Brown #953C0F

Tints of Saddle Brown #953C0F

RGB

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

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

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

R = 66.52%
G = 26.79%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#953C0F (or 0x953C0F) is known color: Saddle Brown. HEX triplet: 95, 3C and 0F. RGB value is (149,60,15). Sum of RGB (Red+Green+Blue) = 149+60+15=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C0F is #6AC3F0. Grayscale: #515151. Windows color (decimal): -6996977 or 998549. OLE color: 998549.

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

Color convert

RGB 149 60 15 -
CMYK 0 0.60 0.90 0.42
HSL 20.15º 0.82% 0.32% -
HSV(B) 20.15º 0.9% 0.58% -
XYZ 14.1 9.66 1.57 -
YUV 81.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 149 60 15 0 0.60 0.90 0.42 20.15 0.82 0.32
Hex 95 3C F 0 3C 5A 2A 14 52 20
Octal 225 74 17 0 74 132 52 24 122 40
Binary 10010101 111100 1111 0 111100 1011010 101010 10100 1010010 100000

Color Harmonies of #953C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C0F

Black with #953C0F

Text Example


Text Example

White with #953C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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