Html Css Color HEX #775130 Korma

📋 copy color: '#775130'

red 119 ◦ green 81 ◦ blue 48

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

Shades of Korma #775130

Tints of Korma #775130

RGB

 RED value IS 119 (46.88% from 255) = 47.98%

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

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

R = 47.98%
G = 32.66%
B = 19.35%

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

#775130 (or 0x775130) is known color: Korma. HEX triplet: 77, 51 and 30. RGB value is (119,81,48). Sum of RGB (Red+Green+Blue) = 119+81+48=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #775130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775130 is #88AECF. Grayscale: #585858. Windows color (decimal): -8957648 or 3166583. OLE color: 3166583.

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

Color convert

RGB 119 81 48 -
CMYK 0 0.32 0.60 0.53
HSL 27.89º 0.43% 0.33% -
HSV(B) 27.89º 0.6% 0.47% -
XYZ 11.08 10.02 4.15 -
YUV 88.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 119 81 48 0 0.32 0.60 0.53 27.89 0.43 0.33
Hex 77 51 30 0 20 3C 35 1C 2B 21
Octal 167 121 60 0 40 74 65 34 53 41
Binary 1110111 1010001 110000 0 100000 111100 110101 11100 101011 100001

Color Harmonies of #775130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775130

Black with #775130

Text Example


Text Example

White with #775130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775130; }

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

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

background-color css

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

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

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

border-color css

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

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

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