Html Css Color HEX #853F00 Saddle Brown

📋 copy color: '#853F00'

red 133 ◦ green 63 ◦ blue 0

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

Shades of Saddle Brown #853F00

Tints of Saddle Brown #853F00

RGB

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

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

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

R = 67.86%
G = 32.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853F00 (or 0x853F00) is known color: Saddle Brown. HEX triplet: 85, 3F and 00. RGB value is (133,63,0). Sum of RGB (Red+Green+Blue) = 133+63+0=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #853F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F00 is #7AC0FF. Grayscale: #4D4D4D. Windows color (decimal): -8044800 or 16261. OLE color: 16261.

HSL color Cylindrical-coordinate representation of color #853F00: hue angle of 28.42º 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 #853F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 0 -
CMYK 0 0.53 1 0.48
HSL 28.42º 1% 0.26% -
HSV(B) 28.42º 1% 0.52% -
XYZ 11.45 8.54 1.05 -
YUV 76.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 133 63 0 0 0.53 1 0.48 28.42 1 0.26
Hex 85 3F 0 0 35 64 30 1C 64 1A
Octal 205 77 0 0 65 144 60 34 144 32
Binary 10000101 111111 0 0 110101 1100100 110000 11100 1100100 11010

Color Harmonies of #853F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F00

Black with #853F00

Text Example


Text Example

White with #853F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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