Html Css Color HEX #856223 Hot Curry

📋 copy color: '#856223'

red 133 ◦ green 98 ◦ blue 35

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

Shades of Hot Curry #856223

Tints of Hot Curry #856223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 50%
G = 36.84%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856223 (or 0x856223) is known color: Hot Curry. HEX triplet: 85, 62 and 23. RGB value is (133,98,35). Sum of RGB (Red+Green+Blue) = 133+98+35=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856223 is #7A9DDC. Grayscale: #656565. Windows color (decimal): -8035805 or 2318981. OLE color: 2318981.

HSL color Cylindrical-coordinate representation of color #856223: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856223 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 35 -
CMYK 0 0.26 0.74 0.48
HSL 38.57º 0.58% 0.33% -
HSV(B) 38.57º 0.74% 0.52% -
XYZ 14.34 13.84 3.51 -
YUV 101.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 133 98 35 0 0.26 0.74 0.48 38.57 0.58 0.33
Hex 85 62 23 0 1A 4A 30 27 3A 21
Octal 205 142 43 0 32 112 60 47 72 41
Binary 10000101 1100010 100011 0 11010 1001010 110000 100111 111010 100001

Color Harmonies of #856223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856223

Black with #856223

Text Example


Text Example

White with #856223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856223; }

 p { color: rgb(133,98,35); }

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

background-color css

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

 a { background-color: rgb(133,98,35); }

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

border-color css

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

 span { border-color: rgb(133,98,35); }

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