#5C381F

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

Shades of Carnaby Tan #5C381F

Tints of Carnaby Tan #5C381F

Color information

#5C381F (or 0x5C381F) is unknown color: approx Carnaby Tan. HEX triplet: 5C, 38 and 1F. RGB value is (92,56,31). Sum of RGB (Red+Green+Blue) = 92+56+31=179 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.40% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 92 - color contains mainly: red. Hex color #5C381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C381F is #A3C7E0. Grayscale: #404040. Windows color (decimal): -10733537 or 2046044. OLE color: 2046044.

HSL color Cylindrical-coordinate representation of color #5C381F: hue angle of 24.59º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C381F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB925631-
CMYK00.390.660.64
HSL24.59º49.59%24.12%-
HSV(B)24.59º66.3%36.08%-
XYZ6.085.21.98-
YUV63.91109.43148.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 51.40%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=51.40%
G=31.28%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92563100.390.660.6424.5949.5924.12
Hex5C381F0274240193218
Octal1347037047102100316230
Binary1011100111000111110100111100001010000001100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C381F; }

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

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

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

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

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

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

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

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