Html Css Color HEX #953816 Saddle Brown

📋 copy color: '#953816'

red 149 ◦ green 56 ◦ blue 22

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

Shades of Saddle Brown #953816

Tints of Saddle Brown #953816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 65.64%
G = 24.67%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953816 (or 0x953816) is known color: Saddle Brown. HEX triplet: 95, 38 and 16. RGB value is (149,56,22). Sum of RGB (Red+Green+Blue) = 149+56+22=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953816 is #6AC7E9. Grayscale: #505050. Windows color (decimal): -6997994 or 1456277. OLE color: 1456277.

HSL color Cylindrical-coordinate representation of color #953816: hue angle of 16.06º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953816 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 22 -
CMYK 0 0.62 0.85 0.42
HSL 16.06º 0.74% 0.34% -
HSV(B) 16.06º 0.85% 0.58% -
XYZ 13.95 9.28 1.81 -
YUV 79.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 149 56 22 0 0.62 0.85 0.42 16.06 0.74 0.34
Hex 95 38 16 0 3E 55 2A 10 4A 22
Octal 225 70 26 0 76 125 52 20 112 42
Binary 10010101 111000 10110 0 111110 1010101 101010 10000 1001010 100010

Color Harmonies of #953816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953816

Black with #953816

Text Example


Text Example

White with #953816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953816; }

 p { color: rgb(149,56,22); }

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

background-color css

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

 a { background-color: rgb(149,56,22); }

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

border-color css

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

 span { border-color: rgb(149,56,22); }

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