#752C02

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

Shades of Baker's Chocolate #752C02

Tints of Baker's Chocolate #752C02

Color information

#752C02 (or 0x752C02) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 2C and 02. RGB value is (117,44,2). Sum of RGB (Red+Green+Blue) = 117+44+2=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C02 is #8AD3FD. Grayscale: #3D3D3D. Windows color (decimal): -9098238 or 142453. OLE color: 142453.

HSL color Cylindrical-coordinate representation of color #752C02: hue angle of 21.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752C02 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117442-
CMYK00.620.980.54
HSL21.91º96.64%23.33%-
HSV(B)21.91º98.29%45.88%-
XYZ8.255.590.7-
YUV61.0494.68167.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=71.78%
G=26.99%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744200.620.980.5421.9196.6423.33
Hex752C203E6236166117
Octal165542076142662614127
Binary1110101101100100111110110001011011010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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