#67473A

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

Shades of Jambalaya #67473A

Tints of Jambalaya #67473A

Color information

#67473A (or 0x67473A) is unknown color: approx Jambalaya. HEX triplet: 67, 47 and 3A. RGB value is (103,71,58). Sum of RGB (Red+Green+Blue) = 103+71+58=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #67473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67473A is #98B8C5. Grayscale: #4F4F4F. Windows color (decimal): -10008774 or 3819367. OLE color: 3819367.

HSL color Cylindrical-coordinate representation of color #67473A: hue angle of 17.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67473A is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1037158-
CMYK00.310.440.60
HSL17.33º27.95%31.57%-
HSV(B)17.33º43.69%40.39%-
XYZ8.617.75.03-
YUV79.09116.1145.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 58 (23.05% from 255) = 25%
R=44.40%
G=30.60%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103715800.310.440.6017.3327.9531.57
Hex67473A01F2C3C111c20
Octal147107720375474213440
Binary110011110001111110100111111011001111001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,71,58); }

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

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

 a { background-color: rgb(103,71,58); }

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

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

 span { border-color: rgb(103,71,58); }

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