Html Css Color HEX #785328 Hot Curry

📋 copy color: '#785328'

red 120 ◦ green 83 ◦ blue 40

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

Shades of Hot Curry #785328

Tints of Hot Curry #785328

RGB

 RED value IS 120 (47.27% from 255) = 49.38%

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 49.38%
G = 34.16%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#785328 (or 0x785328) is known color: Hot Curry. HEX triplet: 78, 53 and 28. RGB value is (120,83,40). Sum of RGB (Red+Green+Blue) = 120+83+40=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #785328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785328 is #87ACD7. Grayscale: #595959. Windows color (decimal): -8891608 or 2642808. OLE color: 2642808.

HSL color Cylindrical-coordinate representation of color #785328: hue angle of 32.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #785328 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 40 -
CMYK 0 0.31 0.67 0.53
HSL 32.25º 0.5% 0.31% -
HSV(B) 32.25º 0.67% 0.47% -
XYZ 11.22 10.33 3.41 -
YUV 89.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 120 83 40 0 0.31 0.67 0.53 32.25 0.5 0.31
Hex 78 53 28 0 1F 43 35 20 32 1F
Octal 170 123 50 0 37 103 65 40 62 37
Binary 1111000 1010011 101000 0 11111 1000011 110101 100000 110010 11111

Color Harmonies of #785328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785328

Black with #785328

Text Example


Text Example

White with #785328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785328; }

 p { color: rgb(120,83,40); }

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

background-color css

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

 a { background-color: rgb(120,83,40); }

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

border-color css

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

 span { border-color: rgb(120,83,40); }

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