#553B1F

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

Shades of Carnaby Tan #553B1F

Tints of Carnaby Tan #553B1F

Color information

#553B1F (or 0x553B1F) is unknown color: approx Carnaby Tan. HEX triplet: 55, 3B and 1F. RGB value is (85,59,31). Sum of RGB (Red+Green+Blue) = 85+59+31=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1F is #AAC4E0. Grayscale: #3F3F3F. Windows color (decimal): -11191521 or 2046805. OLE color: 2046805.

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

Color convert

RGB855931-
CMYK00.310.640.67
HSL31.11º46.55%22.75%-
HSV(B)31.11º63.53%33.33%-
XYZ5.565.162-
YUV63.58109.61143.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=48.57%
G=33.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85593100.310.640.6731.1146.5522.75
Hex553B1F01F40431f2f17
Octal1257337037100103375727
Binary101010111101111111011111100000010000111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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