Html Css Color HEX #953E0F Saddle Brown

📋 copy color: '#953E0F'

red 149 ◦ green 62 ◦ blue 15

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

Shades of Saddle Brown #953E0F

Tints of Saddle Brown #953E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

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

R = 65.93%
G = 27.43%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#953E0F (or 0x953E0F) is known color: Saddle Brown. HEX triplet: 95, 3E and 0F. RGB value is (149,62,15). Sum of RGB (Red+Green+Blue) = 149+62+15=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #953E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E0F is #6AC1F0. Grayscale: #525252. Windows color (decimal): -6996465 or 999061. OLE color: 999061.

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

Color convert

RGB 149 62 15 -
CMYK 0 0.58 0.90 0.42
HSL 21.04º 0.82% 0.32% -
HSV(B) 21.04º 0.9% 0.58% -
XYZ 14.2 9.87 1.61 -
YUV 82.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 149 62 15 0 0.58 0.90 0.42 21.04 0.82 0.32
Hex 95 3E F 0 3A 5A 2A 15 52 20
Octal 225 76 17 0 72 132 52 25 122 40
Binary 10010101 111110 1111 0 111010 1011010 101010 10101 1010010 100000

Color Harmonies of #953E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E0F

Black with #953E0F

Text Example


Text Example

White with #953E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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