Html Css Color HEX #845A26 Hot Curry

📋 copy color: '#845A26'

red 132 ◦ green 90 ◦ blue 38

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

Shades of Hot Curry #845A26

Tints of Hot Curry #845A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 50.77%
G = 34.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#845A26 (or 0x845A26) is known color: Hot Curry. HEX triplet: 84, 5A and 26. RGB value is (132,90,38). Sum of RGB (Red+Green+Blue) = 132+90+38=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #845A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A26 is #7BA5D9. Grayscale: #606060. Windows color (decimal): -8103386 or 2513540. OLE color: 2513540.

HSL color Cylindrical-coordinate representation of color #845A26: hue angle of 33.19º 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 #845A26 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 90 38 -
CMYK 0 0.32 0.71 0.48
HSL 33.19º 0.55% 0.33% -
HSV(B) 33.19º 0.71% 0.52% -
XYZ 13.52 12.36 3.51 -
YUV 96.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 132 90 38 0 0.32 0.71 0.48 33.19 0.55 0.33
Hex 84 5A 26 0 20 47 30 21 37 21
Octal 204 132 46 0 40 107 60 41 67 41
Binary 10000100 1011010 100110 0 100000 1000111 110000 100001 110111 100001

Color Harmonies of #845A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A26

Black with #845A26

Text Example


Text Example

White with #845A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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