#553B1E

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

Shades of Carnaby Tan #553B1E

Tints of Carnaby Tan #553B1E

Color information

#553B1E (or 0x553B1E) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3B and 1E. RGB value is (85,59,30). Sum of RGB (Red+Green+Blue) = 85+59+30=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1E is #AAC4E1. Grayscale: #3F3F3F. Windows color (decimal): -11191522 or 1981269. OLE color: 1981269.

HSL color Cylindrical-coordinate representation of color #553B1E: hue angle of 31.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553B1E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB855930-
CMYK00.310.650.67
HSL31.64º47.83%22.55%-
HSV(B)31.64º64.71%33.33%-
XYZ5.545.151.93-
YUV63.47109.11143.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=48.85%
G=33.91%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85593000.310.650.6731.6447.8322.55
Hex553B1E01F4143203017
Octal1257336037101103406027
Binary1010101111011111100111111000001100001110000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,30); }

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

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

 a { background-color: rgb(85,59,30); }

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

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

 span { border-color: rgb(85,59,30); }

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