Html Css Color HEX #853413 Saddle Brown

📋 copy color: '#853413'

red 133 ◦ green 52 ◦ blue 19

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

Shades of Saddle Brown #853413

Tints of Saddle Brown #853413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 65.2%
G = 25.49%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853413 (or 0x853413) is known color: Saddle Brown. HEX triplet: 85, 34 and 13. RGB value is (133,52,19). Sum of RGB (Red+Green+Blue) = 133+52+19=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853413 is #7ACBEC. Grayscale: #484848. Windows color (decimal): -8047597 or 1258629. OLE color: 1258629.

HSL color Cylindrical-coordinate representation of color #853413: hue angle of 17.37º 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 #853413 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 19 -
CMYK 0 0.61 0.86 0.48
HSL 17.37º 0.75% 0.3% -
HSV(B) 17.37º 0.86% 0.52% -
XYZ 11.02 7.49 1.48 -
YUV 72.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 133 52 19 0 0.61 0.86 0.48 17.37 0.75 0.3
Hex 85 34 13 0 3D 56 30 11 4B 1E
Octal 205 64 23 0 75 126 60 21 113 36
Binary 10000101 110100 10011 0 111101 1010110 110000 10001 1001011 11110

Color Harmonies of #853413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853413

Black with #853413

Text Example


Text Example

White with #853413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853413; }

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

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

background-color css

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

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

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

border-color css

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

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

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