Html Css Color HEX #855C10 Golden Brown

📋 copy color: '#855C10'

red 133 ◦ green 92 ◦ blue 16

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

Shades of Golden Brown #855C10

Tints of Golden Brown #855C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 55.19%
G = 38.17%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855C10 (or 0x855C10) is known color: Golden Brown. HEX triplet: 85, 5C and 10. RGB value is (133,92,16). Sum of RGB (Red+Green+Blue) = 133+92+16=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C10 is #7AA3EF. Grayscale: #5F5F5F. Windows color (decimal): -8037360 or 1072261. OLE color: 1072261.

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

Color convert

RGB 133 92 16 -
CMYK 0 0.31 0.88 0.48
HSL 38.97º 0.79% 0.29% -
HSV(B) 38.97º 0.88% 0.52% -
XYZ 13.59 12.68 2.22 -
YUV 95.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 133 92 16 0 0.31 0.88 0.48 38.97 0.79 0.29
Hex 85 5C 10 0 1F 58 30 27 4F 1D
Octal 205 134 20 0 37 130 60 47 117 35
Binary 10000101 1011100 10000 0 11111 1011000 110000 100111 1001111 11101

Color Harmonies of #855C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C10

Black with #855C10

Text Example


Text Example

White with #855C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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