Html Css Color HEX #845B1D Hot Curry

📋 copy color: '#845B1D'

red 132 ◦ green 91 ◦ blue 29

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

Shades of Hot Curry #845B1D

Tints of Hot Curry #845B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 52.38%
G = 36.11%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#845B1D (or 0x845B1D) is known color: Hot Curry. HEX triplet: 84, 5B and 1D. RGB value is (132,91,29). Sum of RGB (Red+Green+Blue) = 132+91+29=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B1D is #7BA4E2. Grayscale: #606060. Windows color (decimal): -8103139 or 1923972. OLE color: 1923972.

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

Color convert

RGB 132 91 29 -
CMYK 0 0.31 0.78 0.48
HSL 36.12º 0.64% 0.32% -
HSV(B) 36.12º 0.78% 0.52% -
XYZ 13.48 12.48 2.86 -
YUV 96.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 132 91 29 0 0.31 0.78 0.48 36.12 0.64 0.32
Hex 84 5B 1D 0 1F 4E 30 24 40 20
Octal 204 133 35 0 37 116 60 44 100 40
Binary 10000100 1011011 11101 0 11111 1001110 110000 100100 1000000 100000

Color Harmonies of #845B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B1D

Black with #845B1D

Text Example


Text Example

White with #845B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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