#553824

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

Shades of Carnaby Tan #553824

Tints of Carnaby Tan #553824

Color information

#553824 (or 0x553824) is unknown color: approx Carnaby Tan. HEX triplet: 55, 38 and 24. RGB value is (85,56,36). Sum of RGB (Red+Green+Blue) = 85+56+36=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553824 is #AAC7DB. Grayscale: #3E3E3E. Windows color (decimal): -11192284 or 2373717. OLE color: 2373717.

HSL color Cylindrical-coordinate representation of color #553824: hue angle of 24.49º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553824 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB855636-
CMYK00.340.580.67
HSL24.49º40.5%23.73%-
HSV(B)24.49º57.65%33.33%-
XYZ5.484.892.32-
YUV62.39113.11144.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=48.02%
G=31.64%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85563600.340.580.6724.4940.523.73
Hex5538240223A43182818
Octal125704404272103305030
Binary1010101111000100100010001011101010000111100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553824; }

 p { color: rgb(85,56,36); }

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

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

 a { background-color: rgb(85,56,36); }

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

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

 span { border-color: rgb(85,56,36); }

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