Html Css Color HEX #855A10 Golden Brown

📋 copy color: '#855A10'

red 133 ◦ green 90 ◦ blue 16

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

Shades of Golden Brown #855A10

Tints of Golden Brown #855A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 55.65%
G = 37.66%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855A10 (or 0x855A10) is known color: Golden Brown. HEX triplet: 85, 5A and 10. RGB value is (133,90,16). Sum of RGB (Red+Green+Blue) = 133+90+16=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #855A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A10 is #7AA5EF. Grayscale: #5E5E5E. Windows color (decimal): -8037872 or 1071749. OLE color: 1071749.

HSL color Cylindrical-coordinate representation of color #855A10: hue angle of 37.95º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #855A10 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 16 -
CMYK 0 0.32 0.88 0.48
HSL 37.95º 0.79% 0.29% -
HSV(B) 37.95º 0.88% 0.52% -
XYZ 13.42 12.34 2.16 -
YUV 94.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 133 90 16 0 0.32 0.88 0.48 37.95 0.79 0.29
Hex 85 5A 10 0 20 58 30 26 4F 1D
Octal 205 132 20 0 40 130 60 46 117 35
Binary 10000101 1011010 10000 0 100000 1011000 110000 100110 1001111 11101

Color Harmonies of #855A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A10

Black with #855A10

Text Example


Text Example

White with #855A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,16); }

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

background-color css

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

 a { background-color: rgb(133,90,16); }

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

border-color css

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

 span { border-color: rgb(133,90,16); }

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