#5C341D

Color #5C341D Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C341D

Tints of Baker's Chocolate #5C341D

Color information

#5C341D (or 0x5C341D) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 34 and 1D. RGB value is (92,52,29). Sum of RGB (Red+Green+Blue) = 92+52+29=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C341D is #A3CBE2. Grayscale: #3D3D3D. Windows color (decimal): -10734563 or 1913948. OLE color: 1913948.

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

Color convert

RGB925229-
CMYK00.430.680.64
HSL21.9º52.07%23.73%-
HSV(B)21.9º68.48%36.08%-
XYZ5.864.821.78-
YUV61.34109.75149.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.18%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=53.18%
G=30.06%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92522900.430.680.6421.952.0723.73
Hex5C341D02B4440163418
Octal1346435053104100266430
Binary1011100110100111010101011100010010000001011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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