#5C341F

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

Shades of Carnaby Tan #5C341F

Tints of Carnaby Tan #5C341F

Color information

#5C341F (or 0x5C341F) is unknown color: approx Carnaby Tan. HEX triplet: 5C, 34 and 1F. RGB value is (92,52,31). Sum of RGB (Red+Green+Blue) = 92+52+31=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C341F is #A3CBE0. Grayscale: #3D3D3D. Windows color (decimal): -10734561 or 2045020. OLE color: 2045020.

HSL color Cylindrical-coordinate representation of color #5C341F: hue angle of 20.66º 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 #5C341F is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB925231-
CMYK00.430.660.64
HSL20.66º49.59%24.12%-
HSV(B)20.66º66.3%36.08%-
XYZ5.894.831.92-
YUV61.57110.75149.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=52.57%
G=29.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92523100.430.660.6420.6649.5924.12
Hex5C341F02B4240153218
Octal1346437053102100256230
Binary1011100110100111110101011100001010000001010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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