Html Css Color HEX #855F0E Golden Brown

📋 copy color: '#855F0E'

red 133 ◦ green 95 ◦ blue 14

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

Shades of Golden Brown #855F0E

Tints of Golden Brown #855F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

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

R = 54.96%
G = 39.26%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#855F0E (or 0x855F0E) is known color: Golden Brown. HEX triplet: 85, 5F and 0E. RGB value is (133,95,14). Sum of RGB (Red+Green+Blue) = 133+95+14=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F0E is #7AA0F1. Grayscale: #616161. Windows color (decimal): -8036594 or 941957. OLE color: 941957.

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

Color convert

RGB 133 95 14 -
CMYK 0 0.29 0.89 0.48
HSL 40.84º 0.81% 0.29% -
HSV(B) 40.84º 0.89% 0.52% -
XYZ 13.84 13.2 2.23 -
YUV 97.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 133 95 14 0 0.29 0.89 0.48 40.84 0.81 0.29
Hex 85 5F E 0 1D 59 30 29 51 1D
Octal 205 137 16 0 35 131 60 51 121 35
Binary 10000101 1011111 1110 0 11101 1011001 110000 101001 1010001 11101

Color Harmonies of #855F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F0E

Black with #855F0E

Text Example


Text Example

White with #855F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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