Html Css Color HEX #785029 Korma

📋 copy color: '#785029'

red 120 ◦ green 80 ◦ blue 41

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

Shades of Korma #785029

Tints of Korma #785029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 49.79%
G = 33.2%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#785029 (or 0x785029) is known color: Korma. HEX triplet: 78, 50 and 29. RGB value is (120,80,41). Sum of RGB (Red+Green+Blue) = 120+80+41=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785029 is #87AFD6. Grayscale: #575757. Windows color (decimal): -8892375 or 2707576. OLE color: 2707576.

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

Color convert

RGB 120 80 41 -
CMYK 0 0.33 0.66 0.53
HSL 29.62º 0.49% 0.32% -
HSV(B) 29.62º 0.66% 0.47% -
XYZ 11.01 9.89 3.43 -
YUV 87.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 120 80 41 0 0.33 0.66 0.53 29.62 0.49 0.32
Hex 78 50 29 0 21 42 35 1E 31 20
Octal 170 120 51 0 41 102 65 36 61 40
Binary 1111000 1010000 101001 0 100001 1000010 110101 11110 110001 100000

Color Harmonies of #785029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785029

Black with #785029

Text Example


Text Example

White with #785029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785029; }

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

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

background-color css

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

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

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

border-color css

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

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

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