Html Css Color HEX #855C15 Hot Curry

📋 copy color: '#855C15'

red 133 ◦ green 92 ◦ blue 21

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

Shades of Hot Curry #855C15

Tints of Hot Curry #855C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 54.07%
G = 37.4%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#855C15 (or 0x855C15) is known color: Hot Curry. HEX triplet: 85, 5C and 15. RGB value is (133,92,21). Sum of RGB (Red+Green+Blue) = 133+92+21=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C15 is #7AA3EA. Grayscale: #606060. Windows color (decimal): -8037355 or 1399941. OLE color: 1399941.

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

Color convert

RGB 133 92 21 -
CMYK 0 0.31 0.84 0.48
HSL 38.04º 0.73% 0.3% -
HSV(B) 38.04º 0.84% 0.52% -
XYZ 13.64 12.69 2.44 -
YUV 96.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 133 92 21 0 0.31 0.84 0.48 38.04 0.73 0.3
Hex 85 5C 15 0 1F 54 30 26 49 1E
Octal 205 134 25 0 37 124 60 46 111 36
Binary 10000101 1011100 10101 0 11111 1010100 110000 100110 1001001 11110

Color Harmonies of #855C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C15

Black with #855C15

Text Example


Text Example

White with #855C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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