Html Css Color HEX #785130 Korma

📋 copy color: '#785130'

red 120 ◦ green 81 ◦ blue 48

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

Shades of Korma #785130

Tints of Korma #785130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 48.19%
G = 32.53%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#785130 (or 0x785130) is known color: Korma. HEX triplet: 78, 51 and 30. RGB value is (120,81,48). Sum of RGB (Red+Green+Blue) = 120+81+48=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #785130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785130 is #87AECF. Grayscale: #595959. Windows color (decimal): -8892112 or 3166584. OLE color: 3166584.

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

Color convert

RGB 120 81 48 -
CMYK 0 0.32 0.60 0.53
HSL 27.5º 0.43% 0.33% -
HSV(B) 27.5º 0.6% 0.47% -
XYZ 11.22 10.09 4.15 -
YUV 88.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 120 81 48 0 0.32 0.60 0.53 27.5 0.43 0.33
Hex 78 51 30 0 20 3C 35 1C 2B 21
Octal 170 121 60 0 40 74 65 34 53 41
Binary 1111000 1010001 110000 0 100000 111100 110101 11100 101011 100001

Color Harmonies of #785130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785130

Black with #785130

Text Example


Text Example

White with #785130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785130; }

 p { color: rgb(120,81,48); }

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

background-color css

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

 a { background-color: rgb(120,81,48); }

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

border-color css

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

 span { border-color: rgb(120,81,48); }

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