Html Css Color HEX #855C06 Golden Brown

📋 copy color: '#855C06'

red 133 ◦ green 92 ◦ blue 6

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

Shades of Golden Brown #855C06

Tints of Golden Brown #855C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.6%

R = 57.58%
G = 39.83%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#855C06 (or 0x855C06) is known color: Golden Brown. HEX triplet: 85, 5C and 06. RGB value is (133,92,6). Sum of RGB (Red+Green+Blue) = 133+92+6=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #855C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C06 is #7AA3F9. Grayscale: #5E5E5E. Windows color (decimal): -8037370 or 416901. OLE color: 416901.

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

Color convert

RGB 133 92 6 -
CMYK 0 0.31 0.95 0.48
HSL 40.63º 0.91% 0.27% -
HSV(B) 40.63º 0.95% 0.52% -
XYZ 13.53 12.65 1.9 -
YUV 94.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 133 92 6 0 0.31 0.95 0.48 40.63 0.91 0.27
Hex 85 5C 6 0 1F 5F 30 29 5B 1B
Octal 205 134 6 0 37 137 60 51 133 33
Binary 10000101 1011100 110 0 11111 1011111 110000 101001 1011011 11011

Color Harmonies of #855C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C06

Black with #855C06

Text Example


Text Example

White with #855C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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