Html Css Color HEX #955114 Saddle Brown

📋 copy color: '#955114'

red 149 ◦ green 81 ◦ blue 20

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

Shades of Saddle Brown #955114

Tints of Saddle Brown #955114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 59.6%
G = 32.4%
B = 8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955114 (or 0x955114) is known color: Saddle Brown. HEX triplet: 95, 51 and 14. RGB value is (149,81,20). Sum of RGB (Red+Green+Blue) = 149+81+20=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955114 is #6AAEEB. Grayscale: #5E5E5E. Windows color (decimal): -6991596 or 1331605. OLE color: 1331605.

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

Color convert

RGB 149 81 20 -
CMYK 0 0.46 0.87 0.42
HSL 28.37º 0.76% 0.33% -
HSV(B) 28.37º 0.87% 0.58% -
XYZ 15.46 12.32 2.23 -
YUV 94.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 149 81 20 0 0.46 0.87 0.42 28.37 0.76 0.33
Hex 95 51 14 0 2E 57 2A 1C 4C 21
Octal 225 121 24 0 56 127 52 34 114 41
Binary 10010101 1010001 10100 0 101110 1010111 101010 11100 1001100 100001

Color Harmonies of #955114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955114

Black with #955114

Text Example


Text Example

White with #955114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955114; }

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

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

background-color css

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

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

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

border-color css

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

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

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