Html Css Color HEX #785D28 Hot Curry

📋 copy color: '#785D28'

red 120 ◦ green 93 ◦ blue 40

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

Shades of Hot Curry #785D28

Tints of Hot Curry #785D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.76%

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

R = 47.43%
G = 36.76%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#785D28 (or 0x785D28) is known color: Hot Curry. HEX triplet: 78, 5D and 28. RGB value is (120,93,40). Sum of RGB (Red+Green+Blue) = 120+93+40=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D28 is #87A2D7. Grayscale: #5F5F5F. Windows color (decimal): -8889048 or 2645368. OLE color: 2645368.

HSL color Cylindrical-coordinate representation of color #785D28: hue angle of 39.75º 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 #785D28 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 40 -
CMYK 0 0.22 0.67 0.53
HSL 39.75º 0.5% 0.31% -
HSV(B) 39.75º 0.67% 0.47% -
XYZ 12.04 11.97 3.68 -
YUV 95.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 120 93 40 0 0.22 0.67 0.53 39.75 0.5 0.31
Hex 78 5D 28 0 16 43 35 28 32 1F
Octal 170 135 50 0 26 103 65 50 62 37
Binary 1111000 1011101 101000 0 10110 1000011 110101 101000 110010 11111

Color Harmonies of #785D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D28

Black with #785D28

Text Example


Text Example

White with #785D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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