Html Css Color HEX #853D0D Saddle Brown

📋 copy color: '#853D0D'

red 133 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #853D0D

Tints of Saddle Brown #853D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 64.25%
G = 29.47%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#853D0D (or 0x853D0D) is known color: Saddle Brown. HEX triplet: 85, 3D and 0D. RGB value is (133,61,13). Sum of RGB (Red+Green+Blue) = 133+61+13=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D0D is #7AC2F2. Grayscale: #4D4D4D. Windows color (decimal): -8045299 or 867717. OLE color: 867717.

HSL color Cylindrical-coordinate representation of color #853D0D: hue angle of 24º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #853D0D is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 13 -
CMYK 0 0.54 0.90 0.48
HSL 24º 0.82% 0.29% -
HSV(B) 24º 0.9% 0.52% -
XYZ 11.41 8.35 1.39 -
YUV 77.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 133 61 13 0 0.54 0.90 0.48 24 0.82 0.29
Hex 85 3D D 0 36 5A 30 18 52 1D
Octal 205 75 15 0 66 132 60 30 122 35
Binary 10000101 111101 1101 0 110110 1011010 110000 11000 1010010 11101

Color Harmonies of #853D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D0D

Black with #853D0D

Text Example


Text Example

White with #853D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853D0D; }

 p { color: rgb(133,61,13); }

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

background-color css

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

 a { background-color: rgb(133,61,13); }

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

border-color css

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

 span { border-color: rgb(133,61,13); }

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