#51382A

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

Shades of Carnaby Tan #51382A

Tints of Carnaby Tan #51382A

Color information

#51382A (or 0x51382A) is unknown color: approx Carnaby Tan. HEX triplet: 51, 38 and 2A. RGB value is (81,56,42). Sum of RGB (Red+Green+Blue) = 81+56+42=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51382A is #AEC7D5. Grayscale: #3D3D3D. Windows color (decimal): -11454422 or 2766929. OLE color: 2766929.

HSL color Cylindrical-coordinate representation of color #51382A: hue angle of 21.54º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51382A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB815642-
CMYK00.310.480.68
HSL21.54º31.71%24.12%-
HSV(B)21.54º48.15%31.76%-
XYZ5.234.742.83-
YUV61.88116.78141.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=45.25%
G=31.28%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81564200.310.480.6821.5431.7124.12
Hex51382A01F3044162018
Octal121705203760104264030
Binary101000111100010101001111111000010001001011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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