Html Css Color HEX #845B13 Hot Curry

📋 copy color: '#845B13'

red 132 ◦ green 91 ◦ blue 19

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

Shades of Hot Curry #845B13

Tints of Hot Curry #845B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 54.55%
G = 37.6%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#845B13 (or 0x845B13) is known color: Hot Curry. HEX triplet: 84, 5B and 13. RGB value is (132,91,19). Sum of RGB (Red+Green+Blue) = 132+91+19=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #845B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B13 is #7BA4EC. Grayscale: #5F5F5F. Windows color (decimal): -8103149 or 1268612. OLE color: 1268612.

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

Color convert

RGB 132 91 19 -
CMYK 0 0.31 0.86 0.48
HSL 38.23º 0.75% 0.3% -
HSV(B) 38.23º 0.86% 0.52% -
XYZ 13.37 12.43 2.31 -
YUV 95.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 132 91 19 0 0.31 0.86 0.48 38.23 0.75 0.3
Hex 84 5B 13 0 1F 56 30 26 4B 1E
Octal 204 133 23 0 37 126 60 46 113 36
Binary 10000100 1011011 10011 0 11111 1010110 110000 100110 1001011 11110

Color Harmonies of #845B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B13

Black with #845B13

Text Example


Text Example

White with #845B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,91,19); }

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

background-color css

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

 a { background-color: rgb(132,91,19); }

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

border-color css

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

 span { border-color: rgb(132,91,19); }

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