#53392A

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

Shades of Carnaby Tan #53392A

Tints of Carnaby Tan #53392A

Color information

#53392A (or 0x53392A) is unknown color: approx Carnaby Tan. HEX triplet: 53, 39 and 2A. RGB value is (83,57,42). Sum of RGB (Red+Green+Blue) = 83+57+42=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392A is #ACC6D5. Grayscale: #3F3F3F. Windows color (decimal): -11323094 or 2767187. OLE color: 2767187.

HSL color Cylindrical-coordinate representation of color #53392A: hue angle of 21.95º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53392A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB835742-
CMYK00.310.490.67
HSL21.95º32.8%24.51%-
HSV(B)21.95º49.4%32.55%-
XYZ5.454.932.86-
YUV63.06116.11142.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=45.60%
G=31.32%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574200.310.490.6721.9532.824.51
Hex53392A01F3143162119
Octal123715203761103264131
Binary101001111100110101001111111000110000111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,57,42); }

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

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

 a { background-color: rgb(83,57,42); }

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

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

 span { border-color: rgb(83,57,42); }

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