Html Css Color HEX #855B0E Golden Brown

📋 copy color: '#855B0E'

red 133 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #855B0E

Tints of Golden Brown #855B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 55.88%
G = 38.24%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#855B0E (or 0x855B0E) is known color: Golden Brown. HEX triplet: 85, 5B and 0E. RGB value is (133,91,14). Sum of RGB (Red+Green+Blue) = 133+91+14=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #855B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B0E is #7AA4F1. Grayscale: #5F5F5F. Windows color (decimal): -8037618 or 940933. OLE color: 940933.

HSL color Cylindrical-coordinate representation of color #855B0E: hue angle of 38.82º degrees, saturation: 0.81, 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 #855B0E is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 14 -
CMYK 0 0.32 0.89 0.48
HSL 38.82º 0.81% 0.29% -
HSV(B) 38.82º 0.89% 0.52% -
XYZ 13.49 12.5 2.12 -
YUV 94.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 133 91 14 0 0.32 0.89 0.48 38.82 0.81 0.29
Hex 85 5B E 0 20 59 30 27 51 1D
Octal 205 133 16 0 40 131 60 47 121 35
Binary 10000101 1011011 1110 0 100000 1011001 110000 100111 1010001 11101

Color Harmonies of #855B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B0E

Black with #855B0E

Text Example


Text Example

White with #855B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,14); }

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

background-color css

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

 a { background-color: rgb(133,91,14); }

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

border-color css

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

 span { border-color: rgb(133,91,14); }

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