#7A4A27

Color #7A4A27 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #7A4A27

Tints of Korma #7A4A27

Color information

#7A4A27 (or 0x7A4A27) is unknown color: approx Korma. HEX triplet: 7A, 4A and 27. RGB value is (122,74,39). Sum of RGB (Red+Green+Blue) = 122+74+39=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A27 is #85B5D8. Grayscale: #545454. Windows color (decimal): -8762841 or 2574970. OLE color: 2574970.

HSL color Cylindrical-coordinate representation of color #7A4A27: hue angle of 25.3º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A4A27 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB1227439-
CMYK00.390.680.52
HSL25.3º51.55%31.57%-
HSV(B)25.3º68.03%47.84%-
XYZ10.849.183.12-
YUV84.36102.4154.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=51.91%
G=31.49%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122743900.390.680.5225.351.5531.57
Hex7A4A270274434193420
Octal1721124704710464316440
Binary111101010010101001110100111100010011010011001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,39); }

 H1.HeaderClassName
 {
   color: #7A4A27;
 }
 .AnyTagClassName
 {
   color: #7A4A27;
 }
</style>
background-color css

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

 a { background-color: rgb(122,74,39); }

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

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

 span { border-color: rgb(122,74,39); }

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