Html Css Color HEX #954816 Saddle Brown

📋 copy color: '#954816'

red 149 ◦ green 72 ◦ blue 22

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

Shades of Saddle Brown #954816

Tints of Saddle Brown #954816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 61.32%
G = 29.63%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954816 (or 0x954816) is known color: Saddle Brown. HEX triplet: 95, 48 and 16. RGB value is (149,72,22). Sum of RGB (Red+Green+Blue) = 149+72+22=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #954816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954816 is #6AB7E9. Grayscale: #595959. Windows color (decimal): -6993898 or 1460373. OLE color: 1460373.

HSL color Cylindrical-coordinate representation of color #954816: hue angle of 23.62º 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 #954816 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 22 -
CMYK 0 0.52 0.85 0.42
HSL 23.62º 0.74% 0.34% -
HSV(B) 23.62º 0.85% 0.58% -
XYZ 14.86 11.08 2.12 -
YUV 89.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 149 72 22 0 0.52 0.85 0.42 23.62 0.74 0.34
Hex 95 48 16 0 34 55 2A 18 4A 22
Octal 225 110 26 0 64 125 52 30 112 42
Binary 10010101 1001000 10110 0 110100 1010101 101010 11000 1001010 100010

Color Harmonies of #954816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954816

Black with #954816

Text Example


Text Example

White with #954816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954816; }

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

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

background-color css

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

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

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

border-color css

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

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

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