Html Css Color HEX #7F4A30 Korma

📋 copy color: '#7F4A30'

red 127 ◦ green 74 ◦ blue 48

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

Shades of Korma #7F4A30

Tints of Korma #7F4A30

RGB

 RED value IS 127 (50% from 255) = 51%

 GREEN value IS 74 (29.3% from 255) = 29.72%

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

R = 51%
G = 29.72%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F4A30 (or 0x7F4A30) is known color: Korma. HEX triplet: 7F, 4A and 30. RGB value is (127,74,48). Sum of RGB (Red+Green+Blue) = 127+74+48=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A30 is #80B5CF. Grayscale: #575757. Windows color (decimal): -8435152 or 3164799. OLE color: 3164799.

HSL color Cylindrical-coordinate representation of color #7F4A30: hue angle of 19.75º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F4A30 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 74 48 -
CMYK 0 0.42 0.62 0.50
HSL 19.75º 0.45% 0.34% -
HSV(B) 19.75º 0.62% 0.5% -
XYZ 11.73 9.62 4.04 -
YUV 86.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 127 74 48 0 0.42 0.62 0.50 19.75 0.45 0.34
Hex 7F 4A 30 0 2A 3E 32 14 2D 22
Octal 177 112 60 0 52 76 62 24 55 42
Binary 1111111 1001010 110000 0 101010 111110 110010 10100 101101 100010

Color Harmonies of #7F4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4A30

Black with #7F4A30

Text Example


Text Example

White with #7F4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4A30; }

 p { color: rgb(127,74,48); }

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

background-color css

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

 a { background-color: rgb(127,74,48); }

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

border-color css

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

 span { border-color: rgb(127,74,48); }

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