Html Css Color HEX #7D5327 Hot Curry

📋 copy color: '#7D5327'

red 125 ◦ green 83 ◦ blue 39

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

Shades of Hot Curry #7D5327

Tints of Hot Curry #7D5327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 50.61%
G = 33.6%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D5327 (or 0x7D5327) is known color: Hot Curry. HEX triplet: 7D, 53 and 27. RGB value is (125,83,39). Sum of RGB (Red+Green+Blue) = 125+83+39=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5327 is #82ACD8. Grayscale: #5A5A5A. Windows color (decimal): -8563929 or 2577277. OLE color: 2577277.

HSL color Cylindrical-coordinate representation of color #7D5327: hue angle of 30.7º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D5327 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 83 39 -
CMYK 0 0.34 0.69 0.51
HSL 30.7º 0.52% 0.32% -
HSV(B) 30.7º 0.69% 0.49% -
XYZ 11.92 10.69 3.36 -
YUV 90.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 125 83 39 0 0.34 0.69 0.51 30.7 0.52 0.32
Hex 7D 53 27 0 22 45 33 1F 34 20
Octal 175 123 47 0 42 105 63 37 64 40
Binary 1111101 1010011 100111 0 100010 1000101 110011 11111 110100 100000

Color Harmonies of #7D5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5327

Black with #7D5327

Text Example


Text Example

White with #7D5327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,39); }

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

background-color css

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

 a { background-color: rgb(125,83,39); }

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

border-color css

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

 span { border-color: rgb(125,83,39); }

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