Html Css Color HEX #765130 Korma

📋 copy color: '#765130'

red 118 ◦ green 81 ◦ blue 48

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

Shades of Korma #765130

Tints of Korma #765130

RGB

 RED value IS 118 (46.48% from 255) = 47.77%

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

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

R = 47.77%
G = 32.79%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#765130 (or 0x765130) is known color: Korma. HEX triplet: 76, 51 and 30. RGB value is (118,81,48). Sum of RGB (Red+Green+Blue) = 118+81+48=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #765130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765130 is #89AECF. Grayscale: #585858. Windows color (decimal): -9023184 or 3166582. OLE color: 3166582.

HSL color Cylindrical-coordinate representation of color #765130: hue angle of 28.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765130 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 48 -
CMYK 0 0.31 0.59 0.54
HSL 28.29º 0.42% 0.33% -
HSV(B) 28.29º 0.59% 0.46% -
XYZ 10.95 9.95 4.14 -
YUV 88.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 118 81 48 0 0.31 0.59 0.54 28.29 0.42 0.33
Hex 76 51 30 0 1F 3B 36 1C 2A 21
Octal 166 121 60 0 37 73 66 34 52 41
Binary 1110110 1010001 110000 0 11111 111011 110110 11100 101010 100001

Color Harmonies of #765130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765130

Black with #765130

Text Example


Text Example

White with #765130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765130; }

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

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

background-color css

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

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

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

border-color css

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

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

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