#854826

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

Shades of Korma #854826

Tints of Korma #854826

Color information

#854826 (or 0x854826) is unknown color: approx Korma. HEX triplet: 85, 48 and 26. RGB value is (133,72,38). Sum of RGB (Red+Green+Blue) = 133+72+38=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854826 is #7AB7D9. Grayscale: #565656. Windows color (decimal): -8042458 or 2508933. OLE color: 2508933.

HSL color Cylindrical-coordinate representation of color #854826: hue angle of 21.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854826 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1337238-
CMYK00.460.710.48
HSL21.47º55.56%33.53%-
HSV(B)21.47º71.43%52.16%-
XYZ12.349.763.07-
YUV86.36100.71161.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=54.73%
G=29.63%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133723800.460.710.4821.4755.5633.53
Hex85482602E4730153822
Octal2051104605610760257042
Binary1000010110010001001100101110100011111000010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854826; }

 p { color: rgb(133,72,38); }

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

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

 a { background-color: rgb(133,72,38); }

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

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

 span { border-color: rgb(133,72,38); }

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