#58381F

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

Shades of Carnaby Tan #58381F

Tints of Carnaby Tan #58381F

Color information

#58381F (or 0x58381F) is unknown color: approx Carnaby Tan. HEX triplet: 58, 38 and 1F. RGB value is (88,56,31). Sum of RGB (Red+Green+Blue) = 88+56+31=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58381F is #A7C7E0. Grayscale: #3E3E3E. Windows color (decimal): -10995681 or 2046040. OLE color: 2046040.

HSL color Cylindrical-coordinate representation of color #58381F: hue angle of 26.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58381F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB885631-
CMYK00.360.650.65
HSL26.32º47.9%23.33%-
HSV(B)26.32º64.77%34.51%-
XYZ5.6951.96-
YUV62.72110.1146.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=50.29%
G=32%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88563100.360.650.6526.3247.923.33
Hex58381F02441411a3017
Octal1307037044101101326027
Binary1011000111000111110100100100000110000011101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58381F; }

 p { color: rgb(88,56,31); }

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

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

 a { background-color: rgb(88,56,31); }

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

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

 span { border-color: rgb(88,56,31); }

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