Html Css Color HEX #752502 Baker's Chocolate

📋 copy color: '#752502'

red 117 ◦ green 37 ◦ blue 2

#752502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #752502

Tints of Baker's Chocolate #752502

RGB

 RED value IS 117 (46.09% from 255) = 75%

 GREEN value IS 37 (14.84% from 255) = 23.72%

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 75%
G = 23.72%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752502 (or 0x752502) is known color: Baker's Chocolate. HEX triplet: 75, 25 and 02. RGB value is (117,37,2). Sum of RGB (Red+Green+Blue) = 117+37+2=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752502 is #8ADAFD. Grayscale: #393939. Windows color (decimal): -9100030 or 140661. OLE color: 140661.

HSL color Cylindrical-coordinate representation of color #752502: hue angle of 18.26º 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 #752502 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 2 -
CMYK 0 0.68 0.98 0.54
HSL 18.26º 0.97% 0.23% -
HSV(B) 18.26º 0.98% 0.46% -
XYZ 8.01 5.11 0.62 -
YUV 56.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 117 37 2 0 0.68 0.98 0.54 18.26 0.97 0.23
Hex 75 25 2 0 44 62 36 12 61 17
Octal 165 45 2 0 104 142 66 22 141 27
Binary 1110101 100101 10 0 1000100 1100010 110110 10010 1100001 10111

Color Harmonies of #752502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752502

Black with #752502

Text Example


Text Example

White with #752502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752502; }

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

 H1.HeaderClassName
 {
   color: #752502;
 }
 .AnyTagClassName
 {
   color: #752502;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #752502;
 }
 .BgClassName
 {
   background-color: #752502;
 }
</style>

border-color css

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

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

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