#835427

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

Shades of Hot Curry #835427

Tints of Hot Curry #835427

Color information

#835427 (or 0x835427) is unknown color: approx Hot Curry. HEX triplet: 83, 54 and 27. RGB value is (131,84,39). Sum of RGB (Red+Green+Blue) = 131+84+39=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #835427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835427 is #7CABD8. Grayscale: #5D5D5D. Windows color (decimal): -8170457 or 2577539. OLE color: 2577539.

HSL color Cylindrical-coordinate representation of color #835427: hue angle of 29.35º 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 #835427 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1318439-
CMYK00.360.700.49
HSL29.35º54.12%33.33%-
HSV(B)29.35º70.23%51.37%-
XYZ12.911.313.42-
YUV92.9297.57155.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=51.57%
G=33.07%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131843900.360.700.4929.3554.1233.33
Hex83542702446311d3621
Octal2031244704410661356641
Binary1000001110101001001110100100100011011000111101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835427; }

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

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

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

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

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

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

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

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