Html Css Color HEX #82551A Hot Curry

📋 copy color: '#82551A'

red 130 ◦ green 85 ◦ blue 26

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

Shades of Hot Curry #82551A

Tints of Hot Curry #82551A

RGB

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

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

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

R = 53.94%
G = 35.27%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82551A (or 0x82551A) is known color: Hot Curry. HEX triplet: 82, 55 and 1A. RGB value is (130,85,26). Sum of RGB (Red+Green+Blue) = 130+85+26=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82551A is #7DAAE5. Grayscale: #5C5C5C. Windows color (decimal): -8235750 or 1725826. OLE color: 1725826.

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

Color convert

RGB 130 85 26 -
CMYK 0 0.35 0.8 0.49
HSL 34.04º 0.67% 0.31% -
HSV(B) 34.04º 0.8% 0.51% -
XYZ 12.64 11.32 2.5 -
YUV 91.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 130 85 26 0 0.35 0.8 0.49 34.04 0.67 0.31
Hex 82 55 1A 0 23 50 31 22 43 1F
Octal 202 125 32 0 43 120 61 42 103 37
Binary 10000010 1010101 11010 0 100011 1010000 110001 100010 1000011 11111

Color Harmonies of #82551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82551A

Black with #82551A

Text Example


Text Example

White with #82551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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