Html Css Color HEX #845826 Hot Curry

📋 copy color: '#845826'

red 132 ◦ green 88 ◦ blue 38

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

Shades of Hot Curry #845826

Tints of Hot Curry #845826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 51.16%
G = 34.11%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#845826 (or 0x845826) is known color: Hot Curry. HEX triplet: 84, 58 and 26. RGB value is (132,88,38). Sum of RGB (Red+Green+Blue) = 132+88+38=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #845826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845826 is #7BA7D9. Grayscale: #5F5F5F. Windows color (decimal): -8103898 or 2513028. OLE color: 2513028.

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

Color convert

RGB 132 88 38 -
CMYK 0 0.33 0.71 0.48
HSL 31.91º 0.55% 0.33% -
HSV(B) 31.91º 0.71% 0.52% -
XYZ 13.36 12.02 3.45 -
YUV 95.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 132 88 38 0 0.33 0.71 0.48 31.91 0.55 0.33
Hex 84 58 26 0 21 47 30 20 37 21
Octal 204 130 46 0 41 107 60 40 67 41
Binary 10000100 1011000 100110 0 100001 1000111 110000 100000 110111 100001

Color Harmonies of #845826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845826

Black with #845826

Text Example


Text Example

White with #845826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845826; }

 p { color: rgb(132,88,38); }

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

background-color css

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

 a { background-color: rgb(132,88,38); }

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

border-color css

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

 span { border-color: rgb(132,88,38); }

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