Html Css Color HEX #854500 Saddle Brown

📋 copy color: '#854500'

red 133 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #854500

Tints of Saddle Brown #854500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 65.84%
G = 34.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#854500 (or 0x854500) is known color: Saddle Brown. HEX triplet: 85, 45 and 00. RGB value is (133,69,0). Sum of RGB (Red+Green+Blue) = 133+69+0=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #854500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854500 is #7ABAFF. Grayscale: #505050. Windows color (decimal): -8043264 or 17797. OLE color: 17797.

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

Color convert

RGB 133 69 0 -
CMYK 0 0.48 1 0.48
HSL 31.13º 1% 0.26% -
HSV(B) 31.13º 1% 0.52% -
XYZ 11.8 9.24 1.16 -
YUV 80.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 133 69 0 0 0.48 1 0.48 31.13 1 0.26
Hex 85 45 0 0 30 64 30 1F 64 1A
Octal 205 105 0 0 60 144 60 37 144 32
Binary 10000101 1000101 0 0 110000 1100100 110000 11111 1100100 11010

Color Harmonies of #854500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854500

Black with #854500

Text Example


Text Example

White with #854500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854500; }

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

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

background-color css

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

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

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

border-color css

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

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

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