#7B542F

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

Shades of Korma #7B542F

Tints of Korma #7B542F

Color information

#7B542F (or 0x7B542F) is unknown color: approx Korma. HEX triplet: 7B, 54 and 2F. RGB value is (123,84,47). Sum of RGB (Red+Green+Blue) = 123+84+47=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B542F is #84ABD0. Grayscale: #5B5B5B. Windows color (decimal): -8694737 or 3101819. OLE color: 3101819.

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

Color convert

RGB1238447-
CMYK00.320.620.52
HSL29.21º44.71%33.33%-
HSV(B)29.21º61.79%48.24%-
XYZ11.8510.764.14-
YUV91.44102.92150.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=48.43%
G=33.07%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123844700.320.620.5229.2144.7133.33
Hex7B542F0203E341d2d21
Octal173124570407664355541
Binary11110111010100101111010000011111011010011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,47); }

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

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

 a { background-color: rgb(123,84,47); }

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

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

 span { border-color: rgb(123,84,47); }

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