Html Css Color HEX #7F6233 Hot Curry

📋 copy color: '#7F6233'

red 127 ◦ green 98 ◦ blue 51

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

Shades of Hot Curry #7F6233

Tints of Hot Curry #7F6233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 46.01%
G = 35.51%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F6233 (or 0x7F6233) is known color: Hot Curry. HEX triplet: 7F, 62 and 33. RGB value is (127,98,51). Sum of RGB (Red+Green+Blue) = 127+98+51=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6233 is #809DCC. Grayscale: #656565. Windows color (decimal): -8429005 or 3367551. OLE color: 3367551.

HSL color Cylindrical-coordinate representation of color #7F6233: hue angle of 37.11º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F6233 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 98 51 -
CMYK 0 0.23 0.60 0.50
HSL 37.11º 0.43% 0.35% -
HSV(B) 37.11º 0.6% 0.5% -
XYZ 13.72 13.49 5.01 -
YUV 101.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 127 98 51 0 0.23 0.60 0.50 37.11 0.43 0.35
Hex 7F 62 33 0 17 3C 32 25 2B 23
Octal 177 142 63 0 27 74 62 45 53 43
Binary 1111111 1100010 110011 0 10111 111100 110010 100101 101011 100011

Color Harmonies of #7F6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6233

Black with #7F6233

Text Example


Text Example

White with #7F6233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,51); }

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

background-color css

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

 a { background-color: rgb(127,98,51); }

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

border-color css

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

 span { border-color: rgb(127,98,51); }

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