Html Css Color HEX #82552A Hot Curry

📋 copy color: '#82552A'

red 130 ◦ green 85 ◦ blue 42

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

Shades of Hot Curry #82552A

Tints of Hot Curry #82552A

RGB

 RED value IS 130 (51.17% from 255) = 50.58%

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 50.58%
G = 33.07%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82552A (or 0x82552A) is known color: Hot Curry. HEX triplet: 82, 55 and 2A. RGB value is (130,85,42). Sum of RGB (Red+Green+Blue) = 130+85+42=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82552A is #7DAAD5. Grayscale: #5D5D5D. Windows color (decimal): -8235734 or 2774402. OLE color: 2774402.

HSL color Cylindrical-coordinate representation of color #82552A: hue angle of 29.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82552A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 42 -
CMYK 0 0.35 0.68 0.49
HSL 29.32º 0.51% 0.34% -
HSV(B) 29.32º 0.68% 0.51% -
XYZ 12.87 11.41 3.71 -
YUV 93.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 130 85 42 0 0.35 0.68 0.49 29.32 0.51 0.34
Hex 82 55 2A 0 23 44 31 1D 33 22
Octal 202 125 52 0 43 104 61 35 63 42
Binary 10000010 1010101 101010 0 100011 1000100 110001 11101 110011 100010

Color Harmonies of #82552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82552A

Black with #82552A

Text Example


Text Example

White with #82552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82552A; }

 p { color: rgb(130,85,42); }

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

background-color css

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

 a { background-color: rgb(130,85,42); }

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

border-color css

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

 span { border-color: rgb(130,85,42); }

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