Html Css Color HEX #854000 Saddle Brown

📋 copy color: '#854000'

red 133 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #854000

Tints of Saddle Brown #854000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 67.51%
G = 32.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#854000 (or 0x854000) is known color: Saddle Brown. HEX triplet: 85, 40 and 00. RGB value is (133,64,0). Sum of RGB (Red+Green+Blue) = 133+64+0=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #854000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854000 is #7ABFFF. Grayscale: #4D4D4D. Windows color (decimal): -8044544 or 16517. OLE color: 16517.

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

Color convert

RGB 133 64 0 -
CMYK 0 0.52 1 0.48
HSL 28.87º 1% 0.26% -
HSV(B) 28.87º 1% 0.52% -
XYZ 11.51 8.65 1.06 -
YUV 77.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 133 64 0 0 0.52 1 0.48 28.87 1 0.26
Hex 85 40 0 0 34 64 30 1D 64 1A
Octal 205 100 0 0 64 144 60 35 144 32
Binary 10000101 1000000 0 0 110100 1100100 110000 11101 1100100 11010

Color Harmonies of #854000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854000

Black with #854000

Text Example


Text Example

White with #854000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854000; }

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

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

background-color css

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

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

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

border-color css

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

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

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