#553826

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

Shades of Carnaby Tan #553826

Tints of Carnaby Tan #553826

Color information

#553826 (or 0x553826) is unknown color: approx Carnaby Tan. HEX triplet: 55, 38 and 26. RGB value is (85,56,38). Sum of RGB (Red+Green+Blue) = 85+56+38=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #553826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553826 is #AAC7D9. Grayscale: #3E3E3E. Windows color (decimal): -11192282 or 2504789. OLE color: 2504789.

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

Color convert

RGB855638-
CMYK00.340.550.67
HSL22.98º38.21%24.12%-
HSV(B)22.98º55.29%33.33%-
XYZ5.514.92.49-
YUV62.62114.11143.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=47.49%
G=31.28%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85563800.340.550.6722.9838.2124.12
Hex5538260223743172618
Octal125704604267103274630
Binary1010101111000100110010001011011110000111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553826; }

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

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

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

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

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

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

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

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