Html Css Color HEX #78532C Korma

📋 copy color: '#78532C'

red 120 ◦ green 83 ◦ blue 44

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

Shades of Korma #78532C

Tints of Korma #78532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 48.58%
G = 33.6%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78532C (or 0x78532C) is known color: Korma. HEX triplet: 78, 53 and 2C. RGB value is (120,83,44). Sum of RGB (Red+Green+Blue) = 120+83+44=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78532C is #87ACD3. Grayscale: #595959. Windows color (decimal): -8891604 or 2904952. OLE color: 2904952.

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

Color convert

RGB 120 83 44 -
CMYK 0 0.31 0.63 0.53
HSL 30.79º 0.46% 0.32% -
HSV(B) 30.79º 0.63% 0.47% -
XYZ 11.29 10.36 3.79 -
YUV 89.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 120 83 44 0 0.31 0.63 0.53 30.79 0.46 0.32
Hex 78 53 2C 0 1F 3F 35 1F 2E 20
Octal 170 123 54 0 37 77 65 37 56 40
Binary 1111000 1010011 101100 0 11111 111111 110101 11111 101110 100000

Color Harmonies of #78532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78532C

Black with #78532C

Text Example


Text Example

White with #78532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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