Html Css Color HEX #785032 Korma

📋 copy color: '#785032'

red 120 ◦ green 80 ◦ blue 50

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

Shades of Korma #785032

Tints of Korma #785032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 50 (19.92% from 255) = 20%

R = 48%
G = 32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#785032 (or 0x785032) is known color: Korma. HEX triplet: 78, 50 and 32. RGB value is (120,80,50). Sum of RGB (Red+Green+Blue) = 120+80+50=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785032 is #87AFCD. Grayscale: #585858. Windows color (decimal): -8892366 or 3297400. OLE color: 3297400.

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

Color convert

RGB 120 80 50 -
CMYK 0 0.33 0.58 0.53
HSL 25.71º 0.41% 0.33% -
HSV(B) 25.71º 0.58% 0.47% -
XYZ 11.19 9.96 4.35 -
YUV 88.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 120 80 50 0 0.33 0.58 0.53 25.71 0.41 0.33
Hex 78 50 32 0 21 3A 35 1A 29 21
Octal 170 120 62 0 41 72 65 32 51 41
Binary 1111000 1010000 110010 0 100001 111010 110101 11010 101001 100001

Color Harmonies of #785032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785032

Black with #785032

Text Example


Text Example

White with #785032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785032; }

 p { color: rgb(120,80,50); }

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

background-color css

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

 a { background-color: rgb(120,80,50); }

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

border-color css

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

 span { border-color: rgb(120,80,50); }

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