Html Css Color HEX #855C16 Hot Curry

📋 copy color: '#855C16'

red 133 ◦ green 92 ◦ blue 22

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

Shades of Hot Curry #855C16

Tints of Hot Curry #855C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 53.85%
G = 37.25%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855C16 (or 0x855C16) is known color: Hot Curry. HEX triplet: 85, 5C and 16. RGB value is (133,92,22). Sum of RGB (Red+Green+Blue) = 133+92+22=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C16 is #7AA3E9. Grayscale: #606060. Windows color (decimal): -8037354 or 1465477. OLE color: 1465477.

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

Color convert

RGB 133 92 22 -
CMYK 0 0.31 0.83 0.48
HSL 37.84º 0.72% 0.3% -
HSV(B) 37.84º 0.83% 0.52% -
XYZ 13.64 12.7 2.49 -
YUV 96.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 133 92 22 0 0.31 0.83 0.48 37.84 0.72 0.3
Hex 85 5C 16 0 1F 53 30 26 48 1E
Octal 205 134 26 0 37 123 60 46 110 36
Binary 10000101 1011100 10110 0 11111 1010011 110000 100110 1001000 11110

Color Harmonies of #855C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C16

Black with #855C16

Text Example


Text Example

White with #855C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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