Html Css Color HEX #855014 Saddle Brown

📋 copy color: '#855014'

red 133 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #855014

Tints of Saddle Brown #855014

RGB

 RED value IS 133 (52.34% from 255) = 57.08%

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 57.08%
G = 34.33%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#855014 (or 0x855014) is known color: Saddle Brown. HEX triplet: 85, 50 and 14. RGB value is (133,80,20). Sum of RGB (Red+Green+Blue) = 133+80+20=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855014 is #7AAFEB. Grayscale: #595959. Windows color (decimal): -8040428 or 1331333. OLE color: 1331333.

HSL color Cylindrical-coordinate representation of color #855014: hue angle of 31.86º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855014 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 20 -
CMYK 0 0.40 0.85 0.48
HSL 31.86º 0.74% 0.3% -
HSV(B) 31.86º 0.85% 0.52% -
XYZ 12.67 10.77 2.07 -
YUV 89.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 133 80 20 0 0.40 0.85 0.48 31.86 0.74 0.3
Hex 85 50 14 0 28 55 30 20 4A 1E
Octal 205 120 24 0 50 125 60 40 112 36
Binary 10000101 1010000 10100 0 101000 1010101 110000 100000 1001010 11110

Color Harmonies of #855014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855014

Black with #855014

Text Example


Text Example

White with #855014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855014; }

 p { color: rgb(133,80,20); }

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

background-color css

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

 a { background-color: rgb(133,80,20); }

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

border-color css

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

 span { border-color: rgb(133,80,20); }

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