#602F03

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

Shades of Baker's Chocolate #602F03

Tints of Baker's Chocolate #602F03

Color information

#602F03 (or 0x602F03) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2F and 03. RGB value is (96,47,3). Sum of RGB (Red+Green+Blue) = 96+47+3=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F03 is #9FD0FC. Grayscale: #383838. Windows color (decimal): -10473725 or 208736. OLE color: 208736.

HSL color Cylindrical-coordinate representation of color #602F03: hue angle of 28.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #602F03 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96473-
CMYK00.510.970.62
HSL28.39º93.94%19.41%-
HSV(B)28.39º96.88%37.65%-
XYZ5.864.530.65-
YUV56.6497.73156.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=65.75%
G=32.19%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9647300.510.970.6228.3993.9419.41
Hex602F3033613E1c5e13
Octal140573063141763413623
Binary1100000101111110110011110000111111011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,3); }

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

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

 a { background-color: rgb(96,47,3); }

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

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

 span { border-color: rgb(96,47,3); }

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