Html Css Color HEX #754F2C Korma

📋 copy color: '#754F2C'

red 117 ◦ green 79 ◦ blue 44

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

Shades of Korma #754F2C

Tints of Korma #754F2C

RGB

 RED value IS 117 (46.09% from 255) = 48.75%

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 48.75%
G = 32.92%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#754F2C (or 0x754F2C) is known color: Korma. HEX triplet: 75, 4F and 2C. RGB value is (117,79,44). Sum of RGB (Red+Green+Blue) = 117+79+44=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F2C is #8AB0D3. Grayscale: #565656. Windows color (decimal): -9089236 or 2903925. OLE color: 2903925.

HSL color Cylindrical-coordinate representation of color #754F2C: hue angle of 28.77º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754F2C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 44 -
CMYK 0 0.32 0.62 0.54
HSL 28.77º 0.45% 0.32% -
HSV(B) 28.77º 0.62% 0.46% -
XYZ 10.59 9.56 3.67 -
YUV 86.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 117 79 44 0 0.32 0.62 0.54 28.77 0.45 0.32
Hex 75 4F 2C 0 20 3E 36 1D 2D 20
Octal 165 117 54 0 40 76 66 35 55 40
Binary 1110101 1001111 101100 0 100000 111110 110110 11101 101101 100000

Color Harmonies of #754F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F2C

Black with #754F2C

Text Example


Text Example

White with #754F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F2C; }

 p { color: rgb(117,79,44); }

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

background-color css

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

 a { background-color: rgb(117,79,44); }

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

border-color css

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

 span { border-color: rgb(117,79,44); }

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