Html Css Color HEX #7F582B Hot Curry

📋 copy color: '#7F582B'

red 127 ◦ green 88 ◦ blue 43

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

Shades of Hot Curry #7F582B

Tints of Hot Curry #7F582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 49.22%
G = 34.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F582B (or 0x7F582B) is known color: Hot Curry. HEX triplet: 7F, 58 and 2B. RGB value is (127,88,43). Sum of RGB (Red+Green+Blue) = 127+88+43=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F582B is #80A7D4. Grayscale: #5E5E5E. Windows color (decimal): -8431573 or 2840703. OLE color: 2840703.

HSL color Cylindrical-coordinate representation of color #7F582B: hue angle of 32.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F582B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 43 -
CMYK 0 0.31 0.66 0.50
HSL 32.14º 0.49% 0.33% -
HSV(B) 32.14º 0.66% 0.5% -
XYZ 12.68 11.67 3.87 -
YUV 94.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 127 88 43 0 0.31 0.66 0.50 32.14 0.49 0.33
Hex 7F 58 2B 0 1F 42 32 20 31 21
Octal 177 130 53 0 37 102 62 40 61 41
Binary 1111111 1011000 101011 0 11111 1000010 110010 100000 110001 100001

Color Harmonies of #7F582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F582B

Black with #7F582B

Text Example


Text Example

White with #7F582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,43); }

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

background-color css

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

 a { background-color: rgb(127,88,43); }

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

border-color css

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

 span { border-color: rgb(127,88,43); }

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