Html Css Color HEX #752804 Baker's Chocolate

📋 copy color: '#752804'

red 117 ◦ green 40 ◦ blue 4

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

Shades of Baker's Chocolate #752804

Tints of Baker's Chocolate #752804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 72.67%
G = 24.84%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752804 (or 0x752804) is known color: Baker's Chocolate. HEX triplet: 75, 28 and 04. RGB value is (117,40,4). Sum of RGB (Red+Green+Blue) = 117+40+4=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752804 is #8AD7FB. Grayscale: #3B3B3B. Windows color (decimal): -9099260 or 272501. OLE color: 272501.

HSL color Cylindrical-coordinate representation of color #752804: hue angle of 19.12º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752804 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 4 -
CMYK 0 0.66 0.97 0.54
HSL 19.12º 0.93% 0.24% -
HSV(B) 19.12º 0.97% 0.46% -
XYZ 8.12 5.31 0.71 -
YUV 58.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 117 40 4 0 0.66 0.97 0.54 19.12 0.93 0.24
Hex 75 28 4 0 42 61 36 13 5D 18
Octal 165 50 4 0 102 141 66 23 135 30
Binary 1110101 101000 100 0 1000010 1100001 110110 10011 1011101 11000

Color Harmonies of #752804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752804

Black with #752804

Text Example


Text Example

White with #752804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752804; }

 p { color: rgb(117,40,4); }

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

background-color css

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

 a { background-color: rgb(117,40,4); }

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

border-color css

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

 span { border-color: rgb(117,40,4); }

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