Html Css Color HEX #7D6233 Hot Curry

📋 copy color: '#7D6233'

red 125 ◦ green 98 ◦ blue 51

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

Shades of Hot Curry #7D6233

Tints of Hot Curry #7D6233

RGB

 RED value IS 125 (49.22% from 255) = 45.62%

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

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

R = 45.62%
G = 35.77%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D6233 (or 0x7D6233) is known color: Hot Curry. HEX triplet: 7D, 62 and 33. RGB value is (125,98,51). Sum of RGB (Red+Green+Blue) = 125+98+51=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6233 is #829DCC. Grayscale: #646464. Windows color (decimal): -8560077 or 3367549. OLE color: 3367549.

HSL color Cylindrical-coordinate representation of color #7D6233: hue angle of 38.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D6233 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 98 51 -
CMYK 0 0.22 0.59 0.51
HSL 38.11º 0.42% 0.35% -
HSV(B) 38.11º 0.59% 0.49% -
XYZ 13.42 13.33 5 -
YUV 100.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 125 98 51 0 0.22 0.59 0.51 38.11 0.42 0.35
Hex 7D 62 33 0 16 3B 33 26 2A 23
Octal 175 142 63 0 26 73 63 46 52 43
Binary 1111101 1100010 110011 0 10110 111011 110011 100110 101010 100011

Color Harmonies of #7D6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6233

Black with #7D6233

Text Example


Text Example

White with #7D6233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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