Html Css Color HEX #855324 Hot Curry

📋 copy color: '#855324'

red 133 ◦ green 83 ◦ blue 36

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

Shades of Hot Curry #855324

Tints of Hot Curry #855324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 52.78%
G = 32.94%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855324 (or 0x855324) is known color: Hot Curry. HEX triplet: 85, 53 and 24. RGB value is (133,83,36). Sum of RGB (Red+Green+Blue) = 133+83+36=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855324 is #7AACDB. Grayscale: #5C5C5C. Windows color (decimal): -8039644 or 2380677. OLE color: 2380677.

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

Color convert

RGB 133 83 36 -
CMYK 0 0.38 0.73 0.48
HSL 29.07º 0.57% 0.33% -
HSV(B) 29.07º 0.73% 0.52% -
XYZ 13.08 11.3 3.16 -
YUV 92.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 133 83 36 0 0.38 0.73 0.48 29.07 0.57 0.33
Hex 85 53 24 0 26 49 30 1D 39 21
Octal 205 123 44 0 46 111 60 35 71 41
Binary 10000101 1010011 100100 0 100110 1001001 110000 11101 111001 100001

Color Harmonies of #855324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855324

Black with #855324

Text Example


Text Example

White with #855324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855324; }

 p { color: rgb(133,83,36); }

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

background-color css

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

 a { background-color: rgb(133,83,36); }

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

border-color css

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

 span { border-color: rgb(133,83,36); }

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