Html Css Color HEX #953B0E Saddle Brown

📋 copy color: '#953B0E'

red 149 ◦ green 59 ◦ blue 14

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

Shades of Saddle Brown #953B0E

Tints of Saddle Brown #953B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 67.12%
G = 26.58%
B = 6.31%

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

#953B0E (or 0x953B0E) is known color: Saddle Brown. HEX triplet: 95, 3B and 0E. RGB value is (149,59,14). Sum of RGB (Red+Green+Blue) = 149+59+14=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B0E is #6AC4F1. Grayscale: #515151. Windows color (decimal): -6997234 or 932757. OLE color: 932757.

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

Color convert

RGB 149 59 14 -
CMYK 0 0.60 0.91 0.42
HSL 20º 0.83% 0.32% -
HSV(B) 20º 0.91% 0.58% -
XYZ 14.04 9.55 1.52 -
YUV 80.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 149 59 14 0 0.60 0.91 0.42 20 0.83 0.32
Hex 95 3B E 0 3C 5B 2A 14 53 20
Octal 225 73 16 0 74 133 52 24 123 40
Binary 10010101 111011 1110 0 111100 1011011 101010 10100 1010011 100000

Color Harmonies of #953B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B0E

Black with #953B0E

Text Example


Text Example

White with #953B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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