Html Css Color HEX #854100 Saddle Brown

📋 copy color: '#854100'

red 133 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #854100

Tints of Saddle Brown #854100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 67.17%
G = 32.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#854100 (or 0x854100) is known color: Saddle Brown. HEX triplet: 85, 41 and 00. RGB value is (133,65,0). Sum of RGB (Red+Green+Blue) = 133+65+0=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #854100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854100 is #7ABEFF. Grayscale: #4E4E4E. Windows color (decimal): -8044288 or 16773. OLE color: 16773.

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

Color convert

RGB 133 65 0 -
CMYK 0 0.51 1 0.48
HSL 29.32º 1% 0.26% -
HSV(B) 29.32º 1% 0.52% -
XYZ 11.56 8.77 1.08 -
YUV 77.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 133 65 0 0 0.51 1 0.48 29.32 1 0.26
Hex 85 41 0 0 33 64 30 1D 64 1A
Octal 205 101 0 0 63 144 60 35 144 32
Binary 10000101 1000001 0 0 110011 1100100 110000 11101 1100100 11010

Color Harmonies of #854100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854100

Black with #854100

Text Example


Text Example

White with #854100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854100; }

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

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

background-color css

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

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

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

border-color css

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

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

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