#553A23

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

Shades of Carnaby Tan #553A23

Tints of Carnaby Tan #553A23

Color information

#553A23 (or 0x553A23) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3A and 23. RGB value is (85,58,35). Sum of RGB (Red+Green+Blue) = 85+58+35=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A23 is #AAC5DC. Grayscale: #3F3F3F. Windows color (decimal): -11191773 or 2308693. OLE color: 2308693.

HSL color Cylindrical-coordinate representation of color #553A23: hue angle of 27.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553A23 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB855835-
CMYK00.320.590.67
HSL27.6º41.67%23.53%-
HSV(B)27.6º58.82%33.33%-
XYZ5.565.082.28-
YUV63.45111.95143.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=47.75%
G=32.58%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85583500.320.590.6727.641.6723.53
Hex553A230203B431c2a18
Octal125724304073103345230
Binary1010101111010100011010000011101110000111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A23; }

 p { color: rgb(85,58,35); }

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

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

 a { background-color: rgb(85,58,35); }

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

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

 span { border-color: rgb(85,58,35); }

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