Html Css Color HEX #853F06 Saddle Brown

📋 copy color: '#853F06'

red 133 ◦ green 63 ◦ blue 6

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

Shades of Saddle Brown #853F06

Tints of Saddle Brown #853F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 65.84%
G = 31.19%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853F06 (or 0x853F06) is known color: Saddle Brown. HEX triplet: 85, 3F and 06. RGB value is (133,63,6). Sum of RGB (Red+Green+Blue) = 133+63+6=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #853F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F06 is #7AC0F9. Grayscale: #4D4D4D. Windows color (decimal): -8044794 or 409477. OLE color: 409477.

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

Color convert

RGB 133 63 6 -
CMYK 0 0.53 0.95 0.48
HSL 26.93º 0.91% 0.27% -
HSV(B) 26.93º 0.95% 0.52% -
XYZ 11.48 8.55 1.22 -
YUV 77.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 133 63 6 0 0.53 0.95 0.48 26.93 0.91 0.27
Hex 85 3F 6 0 35 5F 30 1B 5B 1B
Octal 205 77 6 0 65 137 60 33 133 33
Binary 10000101 111111 110 0 110101 1011111 110000 11011 1011011 11011

Color Harmonies of #853F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F06

Black with #853F06

Text Example


Text Example

White with #853F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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