Html Css Color HEX #845C18 Hot Curry

📋 copy color: '#845C18'

red 132 ◦ green 92 ◦ blue 24

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

Shades of Hot Curry #845C18

Tints of Hot Curry #845C18

RGB

 RED value IS 132 (51.95% from 255) = 53.23%

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 53.23%
G = 37.1%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#845C18 (or 0x845C18) is known color: Hot Curry. HEX triplet: 84, 5C and 18. RGB value is (132,92,24). Sum of RGB (Red+Green+Blue) = 132+92+24=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C18 is #7BA3E7. Grayscale: #606060. Windows color (decimal): -8102888 or 1596548. OLE color: 1596548.

HSL color Cylindrical-coordinate representation of color #845C18: hue angle of 37.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #845C18 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 92 24 -
CMYK 0 0.30 0.82 0.48
HSL 37.78º 0.69% 0.31% -
HSV(B) 37.78º 0.82% 0.52% -
XYZ 13.51 12.63 2.59 -
YUV 96.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 132 92 24 0 0.30 0.82 0.48 37.78 0.69 0.31
Hex 84 5C 18 0 1E 52 30 26 45 1F
Octal 204 134 30 0 36 122 60 46 105 37
Binary 10000100 1011100 11000 0 11110 1010010 110000 100110 1000101 11111

Color Harmonies of #845C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C18

Black with #845C18

Text Example


Text Example

White with #845C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845C18; }

 p { color: rgb(132,92,24); }

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

background-color css

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

 a { background-color: rgb(132,92,24); }

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

border-color css

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

 span { border-color: rgb(132,92,24); }

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