Html Css Color HEX #845C1A Hot Curry

📋 copy color: '#845C1A'

red 132 ◦ green 92 ◦ blue 26

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

Shades of Hot Curry #845C1A

Tints of Hot Curry #845C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 52.8%
G = 36.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#845C1A (or 0x845C1A) is known color: Hot Curry. HEX triplet: 84, 5C and 1A. RGB value is (132,92,26). Sum of RGB (Red+Green+Blue) = 132+92+26=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #845C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C1A is #7BA3E5. Grayscale: #606060. Windows color (decimal): -8102886 or 1727620. OLE color: 1727620.

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

Color convert

RGB 132 92 26 -
CMYK 0 0.30 0.80 0.48
HSL 37.36º 0.67% 0.31% -
HSV(B) 37.36º 0.8% 0.52% -
XYZ 13.53 12.63 2.7 -
YUV 96.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 132 92 26 0 0.30 0.80 0.48 37.36 0.67 0.31
Hex 84 5C 1A 0 1E 50 30 25 43 1F
Octal 204 134 32 0 36 120 60 45 103 37
Binary 10000100 1011100 11010 0 11110 1010000 110000 100101 1000011 11111

Color Harmonies of #845C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C1A

Black with #845C1A

Text Example


Text Example

White with #845C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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