Html Css Color HEX #853F0F Saddle Brown

📋 copy color: '#853F0F'

red 133 ◦ green 63 ◦ blue 15

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

Shades of Saddle Brown #853F0F

Tints of Saddle Brown #853F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 63.03%
G = 29.86%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#853F0F (or 0x853F0F) is known color: Saddle Brown. HEX triplet: 85, 3F and 0F. RGB value is (133,63,15). Sum of RGB (Red+Green+Blue) = 133+63+15=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #853F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F0F is #7AC0F0. Grayscale: #4E4E4E. Windows color (decimal): -8044785 or 999301. OLE color: 999301.

HSL color Cylindrical-coordinate representation of color #853F0F: hue angle of 24.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #853F0F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 15 -
CMYK 0 0.53 0.89 0.48
HSL 24.41º 0.8% 0.29% -
HSV(B) 24.41º 0.89% 0.52% -
XYZ 11.54 8.58 1.5 -
YUV 78.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 133 63 15 0 0.53 0.89 0.48 24.41 0.8 0.29
Hex 85 3F F 0 35 59 30 18 50 1D
Octal 205 77 17 0 65 131 60 30 120 35
Binary 10000101 111111 1111 0 110101 1011001 110000 11000 1010000 11101

Color Harmonies of #853F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F0F

Black with #853F0F

Text Example


Text Example

White with #853F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,15); }

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

background-color css

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

 a { background-color: rgb(133,63,15); }

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

border-color css

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

 span { border-color: rgb(133,63,15); }

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