#602D1B

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

Shades of Baker's Chocolate #602D1B

Tints of Baker's Chocolate #602D1B

Color information

#602D1B (or 0x602D1B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2D and 1B. RGB value is (96,45,27). Sum of RGB (Red+Green+Blue) = 96+45+27=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1B is #9FD2E4. Grayscale: #3A3A3A. Windows color (decimal): -10474213 or 1781088. OLE color: 1781088.

HSL color Cylindrical-coordinate representation of color #602D1B: hue angle of 15.65º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602D1B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB964527-
CMYK00.530.720.62
HSL15.65º56.1%24.12%-
HSV(B)15.65º71.88%37.65%-
XYZ5.964.441.58-
YUV58.2110.4154.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=57.14%
G=26.79%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96452700.530.720.6215.6556.124.12
Hex602D1B035483E103818
Octal140553306511076207030
Binary110000010110111011011010110010001111101000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D1B; }

 p { color: rgb(96,45,27); }

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

<style>
 a { background-color: #602D1B; }

 a { background-color: rgb(96,45,27); }

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

<style>
 span { border-color: #602D1B; }

 span { border-color: rgb(96,45,27); }

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