Html Css Color HEX #853D04 Saddle Brown

📋 copy color: '#853D04'

red 133 ◦ green 61 ◦ blue 4

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

Shades of Saddle Brown #853D04

Tints of Saddle Brown #853D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 67.17%
G = 30.81%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853D04 (or 0x853D04) is known color: Saddle Brown. HEX triplet: 85, 3D and 04. RGB value is (133,61,4). Sum of RGB (Red+Green+Blue) = 133+61+4=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #853D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D04 is #7AC2FB. Grayscale: #4C4C4C. Windows color (decimal): -8045308 or 277893. OLE color: 277893.

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

Color convert

RGB 133 61 4 -
CMYK 0 0.54 0.97 0.48
HSL 26.51º 0.94% 0.27% -
HSV(B) 26.51º 0.97% 0.52% -
XYZ 11.36 8.33 1.12 -
YUV 76.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 133 61 4 0 0.54 0.97 0.48 26.51 0.94 0.27
Hex 85 3D 4 0 36 61 30 1B 5E 1B
Octal 205 75 4 0 66 141 60 33 136 33
Binary 10000101 111101 100 0 110110 1100001 110000 11011 1011110 11011

Color Harmonies of #853D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D04

Black with #853D04

Text Example


Text Example

White with #853D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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