Html Css Color HEX #855C0F Golden Brown

📋 copy color: '#855C0F'

red 133 ◦ green 92 ◦ blue 15

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

Shades of Golden Brown #855C0F

Tints of Golden Brown #855C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 55.42%
G = 38.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#855C0F (or 0x855C0F) is known color: Golden Brown. HEX triplet: 85, 5C and 0F. RGB value is (133,92,15). Sum of RGB (Red+Green+Blue) = 133+92+15=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #855C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C0F is #7AA3F0. Grayscale: #5F5F5F. Windows color (decimal): -8037361 or 1006725. OLE color: 1006725.

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

Color convert

RGB 133 92 15 -
CMYK 0 0.31 0.89 0.48
HSL 39.15º 0.8% 0.29% -
HSV(B) 39.15º 0.89% 0.52% -
XYZ 13.59 12.68 2.18 -
YUV 95.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 133 92 15 0 0.31 0.89 0.48 39.15 0.8 0.29
Hex 85 5C F 0 1F 59 30 27 50 1D
Octal 205 134 17 0 37 131 60 47 120 35
Binary 10000101 1011100 1111 0 11111 1011001 110000 100111 1010000 11101

Color Harmonies of #855C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C0F

Black with #855C0F

Text Example


Text Example

White with #855C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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