Html Css Color HEX #785232 Korma

📋 copy color: '#785232'

red 120 ◦ green 82 ◦ blue 50

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

Shades of Korma #785232

Tints of Korma #785232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 47.62%
G = 32.54%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#785232 (or 0x785232) is known color: Korma. HEX triplet: 78, 52 and 32. RGB value is (120,82,50). Sum of RGB (Red+Green+Blue) = 120+82+50=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785232 is #87ADCD. Grayscale: #595959. Windows color (decimal): -8891854 or 3297912. OLE color: 3297912.

HSL color Cylindrical-coordinate representation of color #785232: hue angle of 27.43º 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 #785232 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 50 -
CMYK 0 0.32 0.58 0.53
HSL 27.43º 0.41% 0.33% -
HSV(B) 27.43º 0.58% 0.47% -
XYZ 11.34 10.26 4.4 -
YUV 89.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 120 82 50 0 0.32 0.58 0.53 27.43 0.41 0.33
Hex 78 52 32 0 20 3A 35 1B 29 21
Octal 170 122 62 0 40 72 65 33 51 41
Binary 1111000 1010010 110010 0 100000 111010 110101 11011 101001 100001

Color Harmonies of #785232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785232

Black with #785232

Text Example


Text Example

White with #785232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785232; }

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

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

background-color css

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

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

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

border-color css

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

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

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