Html Css Color HEX #855F09 Golden Brown

📋 copy color: '#855F09'

red 133 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #855F09

Tints of Golden Brown #855F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 56.12%
G = 40.08%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#855F09 (or 0x855F09) is known color: Golden Brown. HEX triplet: 85, 5F and 09. RGB value is (133,95,9). Sum of RGB (Red+Green+Blue) = 133+95+9=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F09 is #7AA0F6. Grayscale: #606060. Windows color (decimal): -8036599 or 614277. OLE color: 614277.

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

Color convert

RGB 133 95 9 -
CMYK 0 0.29 0.93 0.48
HSL 41.61º 0.87% 0.28% -
HSV(B) 41.61º 0.93% 0.52% -
XYZ 13.81 13.19 2.08 -
YUV 96.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 133 95 9 0 0.29 0.93 0.48 41.61 0.87 0.28
Hex 85 5F 9 0 1D 5D 30 2A 57 1C
Octal 205 137 11 0 35 135 60 52 127 34
Binary 10000101 1011111 1001 0 11101 1011101 110000 101010 1010111 11100

Color Harmonies of #855F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F09

Black with #855F09

Text Example


Text Example

White with #855F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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