Html Css Color HEX #7F521C Hot Curry

📋 copy color: '#7F521C'

red 127 ◦ green 82 ◦ blue 28

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

Shades of Hot Curry #7F521C

Tints of Hot Curry #7F521C

RGB

 RED value IS 127 (50% from 255) = 53.59%

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 53.59%
G = 34.6%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F521C (or 0x7F521C) is known color: Hot Curry. HEX triplet: 7F, 52 and 1C. RGB value is (127,82,28). Sum of RGB (Red+Green+Blue) = 127+82+28=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F521C is #80ADE3. Grayscale: #595959. Windows color (decimal): -8433124 or 1856127. OLE color: 1856127.

HSL color Cylindrical-coordinate representation of color #7F521C: hue angle of 32.73º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F521C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 82 28 -
CMYK 0 0.35 0.78 0.50
HSL 32.73º 0.64% 0.3% -
HSV(B) 32.73º 0.78% 0.5% -
XYZ 11.98 10.63 2.52 -
YUV 89.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 127 82 28 0 0.35 0.78 0.50 32.73 0.64 0.3
Hex 7F 52 1C 0 23 4E 32 21 40 1E
Octal 177 122 34 0 43 116 62 41 100 36
Binary 1111111 1010010 11100 0 100011 1001110 110010 100001 1000000 11110

Color Harmonies of #7F521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F521C

Black with #7F521C

Text Example


Text Example

White with #7F521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F521C; }

 p { color: rgb(127,82,28); }

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

background-color css

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

 a { background-color: rgb(127,82,28); }

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

border-color css

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

 span { border-color: rgb(127,82,28); }

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