#61483A

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

Shades of Jambalaya #61483A

Tints of Jambalaya #61483A

Color information

#61483A (or 0x61483A) is unknown color: approx Jambalaya. HEX triplet: 61, 48 and 3A. RGB value is (97,72,58). Sum of RGB (Red+Green+Blue) = 97+72+58=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61483A is #9EB7C5. Grayscale: #4D4D4D. Windows color (decimal): -10401734 or 3819617. OLE color: 3819617.

HSL color Cylindrical-coordinate representation of color #61483A: hue angle of 21.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61483A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB977258-
CMYK00.260.400.62
HSL21.54º25.16%30.39%-
HSV(B)21.54º40.21%38.04%-
XYZ8.017.485.02-
YUV77.88116.78141.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=42.73%
G=31.72%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97725800.260.400.6221.5425.1630.39
Hex61483A01A283E16191e
Octal141110720325076263136
Binary11000011001000111010011010101000111110101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61483A; }

 p { color: rgb(97,72,58); }

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

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

 a { background-color: rgb(97,72,58); }

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

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

 span { border-color: rgb(97,72,58); }

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