Html Css Color HEX #845422 Hot Curry

📋 copy color: '#845422'

red 132 ◦ green 84 ◦ blue 34

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

Shades of Hot Curry #845422

Tints of Hot Curry #845422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 52.8%
G = 33.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#845422 (or 0x845422) is known color: Hot Curry. HEX triplet: 84, 54 and 22. RGB value is (132,84,34). Sum of RGB (Red+Green+Blue) = 132+84+34=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #845422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845422 is #7BABDD. Grayscale: #5C5C5C. Windows color (decimal): -8104926 or 2249860. OLE color: 2249860.

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

Color convert

RGB 132 84 34 -
CMYK 0 0.36 0.74 0.48
HSL 30.61º 0.59% 0.33% -
HSV(B) 30.61º 0.74% 0.52% -
XYZ 12.97 11.36 3.02 -
YUV 92.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 132 84 34 0 0.36 0.74 0.48 30.61 0.59 0.33
Hex 84 54 22 0 24 4A 30 1F 3B 21
Octal 204 124 42 0 44 112 60 37 73 41
Binary 10000100 1010100 100010 0 100100 1001010 110000 11111 111011 100001

Color Harmonies of #845422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845422

Black with #845422

Text Example


Text Example

White with #845422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845422; }

 p { color: rgb(132,84,34); }

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

background-color css

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

 a { background-color: rgb(132,84,34); }

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

border-color css

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

 span { border-color: rgb(132,84,34); }

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