#652C02

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

Shades of Baker's Chocolate #652C02

Tints of Baker's Chocolate #652C02

Color information

#652C02 (or 0x652C02) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2C and 02. RGB value is (101,44,2). Sum of RGB (Red+Green+Blue) = 101+44+2=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #652C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C02 is #9AD3FD. Grayscale: #383838. Windows color (decimal): -10146814 or 142437. OLE color: 142437.

HSL color Cylindrical-coordinate representation of color #652C02: hue angle of 25.45º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #652C02 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB101442-
CMYK00.560.980.60
HSL25.45º96.12%20.2%-
HSV(B)25.45º98.02%39.61%-
XYZ6.284.570.61-
YUV56.2697.38159.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.71%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=68.71%
G=29.93%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10144200.560.980.6025.4596.1220.2
Hex652C2038623C196014
Octal145542070142743114024
Binary1100101101100100111000110001011110011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C02; }

 p { color: rgb(101,44,2); }

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

<style>
 a { background-color: #652C02; }

 a { background-color: rgb(101,44,2); }

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

<style>
 span { border-color: #652C02; }

 span { border-color: rgb(101,44,2); }

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