Html Css Color HEX #854615 Saddle Brown

📋 copy color: '#854615'

red 133 ◦ green 70 ◦ blue 21

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

Shades of Saddle Brown #854615

Tints of Saddle Brown #854615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 59.38%
G = 31.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#854615 (or 0x854615) is known color: Saddle Brown. HEX triplet: 85, 46 and 15. RGB value is (133,70,21). Sum of RGB (Red+Green+Blue) = 133+70+21=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854615 is #7AB9EA. Grayscale: #535353. Windows color (decimal): -8042987 or 1394309. OLE color: 1394309.

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

Color convert

RGB 133 70 21 -
CMYK 0 0.47 0.84 0.48
HSL 26.25º 0.73% 0.3% -
HSV(B) 26.25º 0.84% 0.52% -
XYZ 12 9.42 1.9 -
YUV 83.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 133 70 21 0 0.47 0.84 0.48 26.25 0.73 0.3
Hex 85 46 15 0 2F 54 30 1A 49 1E
Octal 205 106 25 0 57 124 60 32 111 36
Binary 10000101 1000110 10101 0 101111 1010100 110000 11010 1001001 11110

Color Harmonies of #854615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854615

Black with #854615

Text Example


Text Example

White with #854615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854615; }

 p { color: rgb(133,70,21); }

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

background-color css

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

 a { background-color: rgb(133,70,21); }

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

border-color css

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

 span { border-color: rgb(133,70,21); }

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