#834627

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

Shades of Korma #834627

Tints of Korma #834627

Color information

#834627 (or 0x834627) is unknown color: approx Korma. HEX triplet: 83, 46 and 27. RGB value is (131,70,39). Sum of RGB (Red+Green+Blue) = 131+70+39=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #834627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834627 is #7CB9D8. Grayscale: #545454. Windows color (decimal): -8174041 or 2573955. OLE color: 2573955.

HSL color Cylindrical-coordinate representation of color #834627: hue angle of 20.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834627 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1317039-
CMYK00.470.700.49
HSL20.22º54.12%33.33%-
HSV(B)20.22º70.23%51.37%-
XYZ11.929.353.1-
YUV84.7102.21161.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=54.58%
G=29.17%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131703900.470.700.4920.2254.1233.33
Hex83462702F4631143621
Octal2031064705710661246641
Binary1000001110001101001110101111100011011000110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834627; }

 p { color: rgb(131,70,39); }

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

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

 a { background-color: rgb(131,70,39); }

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

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

 span { border-color: rgb(131,70,39); }

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