Html Css Color HEX #854413 Saddle Brown

📋 copy color: '#854413'

red 133 ◦ green 68 ◦ blue 19

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

Shades of Saddle Brown #854413

Tints of Saddle Brown #854413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 60.45%
G = 30.91%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854413 (or 0x854413) is known color: Saddle Brown. HEX triplet: 85, 44 and 13. RGB value is (133,68,19). Sum of RGB (Red+Green+Blue) = 133+68+19=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #854413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854413 is #7ABBEC. Grayscale: #525252. Windows color (decimal): -8043501 or 1262725. OLE color: 1262725.

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

Color convert

RGB 133 68 19 -
CMYK 0 0.49 0.86 0.48
HSL 25.79º 0.75% 0.3% -
HSV(B) 25.79º 0.86% 0.52% -
XYZ 11.86 9.17 1.76 -
YUV 81.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 133 68 19 0 0.49 0.86 0.48 25.79 0.75 0.3
Hex 85 44 13 0 31 56 30 1A 4B 1E
Octal 205 104 23 0 61 126 60 32 113 36
Binary 10000101 1000100 10011 0 110001 1010110 110000 11010 1001011 11110

Color Harmonies of #854413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854413

Black with #854413

Text Example


Text Example

White with #854413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854413; }

 p { color: rgb(133,68,19); }

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

background-color css

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

 a { background-color: rgb(133,68,19); }

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

border-color css

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

 span { border-color: rgb(133,68,19); }

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