Html Css Color HEX #7F531A Hot Curry

📋 copy color: '#7F531A'

red 127 ◦ green 83 ◦ blue 26

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

Shades of Hot Curry #7F531A

Tints of Hot Curry #7F531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 53.81%
G = 35.17%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F531A (or 0x7F531A) is known color: Hot Curry. HEX triplet: 7F, 53 and 1A. RGB value is (127,83,26). Sum of RGB (Red+Green+Blue) = 127+83+26=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F531A is #80ACE5. Grayscale: #595959. Windows color (decimal): -8432870 or 1725311. OLE color: 1725311.

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

Color convert

RGB 127 83 26 -
CMYK 0 0.35 0.80 0.50
HSL 33.86º 0.66% 0.3% -
HSV(B) 33.86º 0.8% 0.5% -
XYZ 12.03 10.77 2.42 -
YUV 89.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 127 83 26 0 0.35 0.80 0.50 33.86 0.66 0.3
Hex 7F 53 1A 0 23 50 32 22 42 1E
Octal 177 123 32 0 43 120 62 42 102 36
Binary 1111111 1010011 11010 0 100011 1010000 110010 100010 1000010 11110

Color Harmonies of #7F531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F531A

Black with #7F531A

Text Example


Text Example

White with #7F531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,83,26); }

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

background-color css

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

 a { background-color: rgb(127,83,26); }

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

border-color css

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

 span { border-color: rgb(127,83,26); }

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