Html Css Color HEX #853400 Saddle Brown

📋 copy color: '#853400'

red 133 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #853400

Tints of Saddle Brown #853400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.89%
G = 28.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853400 (or 0x853400) is known color: Saddle Brown. HEX triplet: 85, 34 and 00. RGB value is (133,52,0). Sum of RGB (Red+Green+Blue) = 133+52+0=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853400 is #7ACBFF. Grayscale: #464646. Windows color (decimal): -8047616 or 13445. OLE color: 13445.

HSL color Cylindrical-coordinate representation of color #853400: hue angle of 23.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #853400 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 0 -
CMYK 0 0.61 1 0.48
HSL 23.46º 1% 0.26% -
HSV(B) 23.46º 1% 0.52% -
XYZ 10.9 7.44 0.86 -
YUV 70.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 133 52 0 0 0.61 1 0.48 23.46 1 0.26
Hex 85 34 0 0 3D 64 30 17 64 1A
Octal 205 64 0 0 75 144 60 27 144 32
Binary 10000101 110100 0 0 111101 1100100 110000 10111 1100100 11010

Color Harmonies of #853400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853400

Black with #853400

Text Example


Text Example

White with #853400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853400; }

 p { color: rgb(133,52,0); }

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

background-color css

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

 a { background-color: rgb(133,52,0); }

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

border-color css

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

 span { border-color: rgb(133,52,0); }

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