Html Css Color HEX #82551B Hot Curry

📋 copy color: '#82551B'

red 130 ◦ green 85 ◦ blue 27

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

Shades of Hot Curry #82551B

Tints of Hot Curry #82551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 53.72%
G = 35.12%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82551B (or 0x82551B) is known color: Hot Curry. HEX triplet: 82, 55 and 1B. RGB value is (130,85,27). Sum of RGB (Red+Green+Blue) = 130+85+27=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82551B is #7DAAE4. Grayscale: #5C5C5C. Windows color (decimal): -8235749 or 1791362. OLE color: 1791362.

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

Color convert

RGB 130 85 27 -
CMYK 0 0.35 0.79 0.49
HSL 33.79º 0.66% 0.31% -
HSV(B) 33.79º 0.79% 0.51% -
XYZ 12.65 11.32 2.56 -
YUV 91.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 130 85 27 0 0.35 0.79 0.49 33.79 0.66 0.31
Hex 82 55 1B 0 23 4F 31 22 42 1F
Octal 202 125 33 0 43 117 61 42 102 37
Binary 10000010 1010101 11011 0 100011 1001111 110001 100010 1000010 11111

Color Harmonies of #82551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82551B

Black with #82551B

Text Example


Text Example

White with #82551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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