#5D351B

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

Shades of Baker's Chocolate #5D351B

Tints of Baker's Chocolate #5D351B

Color information

#5D351B (or 0x5D351B) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 35 and 1B. RGB value is (93,53,27). Sum of RGB (Red+Green+Blue) = 93+53+27=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D351B is #A2CAE4. Grayscale: #3E3E3E. Windows color (decimal): -10668773 or 1783133. OLE color: 1783133.

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

Color convert

RGB935327-
CMYK00.430.710.64
HSL23.64º55%23.53%-
HSV(B)23.64º70.97%36.47%-
XYZ5.994.951.68-
YUV62108.25150.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=53.76%
G=30.64%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93532700.430.710.6423.645523.53
Hex5D351B02B4740183718
Octal1356533053107100306730
Binary1011101110101110110101011100011110000001100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,53,27); }

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

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

 a { background-color: rgb(93,53,27); }

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

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

 span { border-color: rgb(93,53,27); }

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