#54382A

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

Shades of Carnaby Tan #54382A

Tints of Carnaby Tan #54382A

Color information

#54382A (or 0x54382A) is unknown color: approx Carnaby Tan. HEX triplet: 54, 38 and 2A. RGB value is (84,56,42). Sum of RGB (Red+Green+Blue) = 84+56+42=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54382A is #ABC7D5. Grayscale: #3E3E3E. Windows color (decimal): -11257814 or 2766932. OLE color: 2766932.

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

Color convert

RGB845642-
CMYK00.330.50.67
HSL20º33.33%24.71%-
HSV(B)20º50%32.94%-
XYZ5.494.882.84-
YUV62.78116.28143.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84564200.330.50.672033.3324.71
Hex54382A0213243142119
Octal124705204162103244131
Binary1010100111000101010010000111001010000111010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,56,42); }

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

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

 a { background-color: rgb(84,56,42); }

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

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

 span { border-color: rgb(84,56,42); }

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