Html Css Color HEX #855E00 Golden Brown

📋 copy color: '#855E00'

red 133 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #855E00

Tints of Golden Brown #855E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

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

R = 58.59%
G = 41.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#855E00 (or 0x855E00) is known color: Golden Brown. HEX triplet: 85, 5E and 00. RGB value is (133,94,0). Sum of RGB (Red+Green+Blue) = 133+94+0=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #855E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E00 is #7AA1FF. Grayscale: #5F5F5F. Windows color (decimal): -8036864 or 24197. OLE color: 24197.

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

Color convert

RGB 133 94 0 -
CMYK 0 0.29 1 0.48
HSL 42.41º 1% 0.26% -
HSV(B) 42.41º 1% 0.52% -
XYZ 13.68 12.99 1.79 -
YUV 94.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 133 94 0 0 0.29 1 0.48 42.41 1 0.26
Hex 85 5E 0 0 1D 64 30 2A 64 1A
Octal 205 136 0 0 35 144 60 52 144 32
Binary 10000101 1011110 0 0 11101 1100100 110000 101010 1100100 11010

Color Harmonies of #855E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E00

Black with #855E00

Text Example


Text Example

White with #855E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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