Html Css Color HEX #954814 Saddle Brown

📋 copy color: '#954814'

red 149 ◦ green 72 ◦ blue 20

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

Shades of Saddle Brown #954814

Tints of Saddle Brown #954814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 61.83%
G = 29.88%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954814 (or 0x954814) is known color: Saddle Brown. HEX triplet: 95, 48 and 14. RGB value is (149,72,20). Sum of RGB (Red+Green+Blue) = 149+72+20=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #954814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954814 is #6AB7EB. Grayscale: #595959. Windows color (decimal): -6993900 or 1329301. OLE color: 1329301.

HSL color Cylindrical-coordinate representation of color #954814: hue angle of 24.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #954814 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 20 -
CMYK 0 0.52 0.87 0.42
HSL 24.19º 0.76% 0.33% -
HSV(B) 24.19º 0.87% 0.58% -
XYZ 14.84 11.07 2.02 -
YUV 89.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 149 72 20 0 0.52 0.87 0.42 24.19 0.76 0.33
Hex 95 48 14 0 34 57 2A 18 4C 21
Octal 225 110 24 0 64 127 52 30 114 41
Binary 10010101 1001000 10100 0 110100 1010111 101010 11000 1001100 100001

Color Harmonies of #954814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954814

Black with #954814

Text Example


Text Example

White with #954814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954814; }

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

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

background-color css

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

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

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

border-color css

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

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

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