Html Css Color HEX #855F05 Golden Brown

📋 copy color: '#855F05'

red 133 ◦ green 95 ◦ blue 5

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

Shades of Golden Brown #855F05

Tints of Golden Brown #855F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 57.08%
G = 40.77%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855F05 (or 0x855F05) is known color: Golden Brown. HEX triplet: 85, 5F and 05. RGB value is (133,95,5). Sum of RGB (Red+Green+Blue) = 133+95+5=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F05 is #7AA0FA. Grayscale: #606060. Windows color (decimal): -8036603 or 352133. OLE color: 352133.

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

Color convert

RGB 133 95 5 -
CMYK 0 0.29 0.96 0.48
HSL 42.19º 0.93% 0.27% -
HSV(B) 42.19º 0.96% 0.52% -
XYZ 13.79 13.18 1.96 -
YUV 96.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 133 95 5 0 0.29 0.96 0.48 42.19 0.93 0.27
Hex 85 5F 5 0 1D 60 30 2A 5D 1B
Octal 205 137 5 0 35 140 60 52 135 33
Binary 10000101 1011111 101 0 11101 1100000 110000 101010 1011101 11011

Color Harmonies of #855F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F05

Black with #855F05

Text Example


Text Example

White with #855F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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