Html Css Color HEX #853B05 Saddle Brown

📋 copy color: '#853B05'

red 133 ◦ green 59 ◦ blue 5

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

Shades of Saddle Brown #853B05

Tints of Saddle Brown #853B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 67.51%
G = 29.95%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#853B05 (or 0x853B05) is known color: Saddle Brown. HEX triplet: 85, 3B and 05. RGB value is (133,59,5). Sum of RGB (Red+Green+Blue) = 133+59+5=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #853B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B05 is #7AC4FA. Grayscale: #4B4B4B. Windows color (decimal): -8045819 or 342917. OLE color: 342917.

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

Color convert

RGB 133 59 5 -
CMYK 0 0.56 0.96 0.48
HSL 25.31º 0.93% 0.27% -
HSV(B) 25.31º 0.96% 0.52% -
XYZ 11.26 8.13 1.12 -
YUV 74.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 133 59 5 0 0.56 0.96 0.48 25.31 0.93 0.27
Hex 85 3B 5 0 38 60 30 19 5D 1B
Octal 205 73 5 0 70 140 60 31 135 33
Binary 10000101 111011 101 0 111000 1100000 110000 11001 1011101 11011

Color Harmonies of #853B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B05

Black with #853B05

Text Example


Text Example

White with #853B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,59,5); }

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

background-color css

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

 a { background-color: rgb(133,59,5); }

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

border-color css

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

 span { border-color: rgb(133,59,5); }

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