Html Css Color HEX #752901 Baker's Chocolate

📋 copy color: '#752901'

red 117 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #752901

Tints of Baker's Chocolate #752901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 73.58%
G = 25.79%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752901 (or 0x752901) is known color: Baker's Chocolate. HEX triplet: 75, 29 and 01. RGB value is (117,41,1). Sum of RGB (Red+Green+Blue) = 117+41+1=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752901 is #8AD6FE. Grayscale: #3B3B3B. Windows color (decimal): -9099007 or 76149. OLE color: 76149.

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

Color convert

RGB 117 41 1 -
CMYK 0 0.65 0.99 0.54
HSL 20.69º 0.98% 0.23% -
HSV(B) 20.69º 0.99% 0.46% -
XYZ 8.13 5.37 0.64 -
YUV 59.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 117 41 1 0 0.65 0.99 0.54 20.69 0.98 0.23
Hex 75 29 1 0 41 63 36 15 62 17
Octal 165 51 1 0 101 143 66 25 142 27
Binary 1110101 101001 1 0 1000001 1100011 110110 10101 1100010 10111

Color Harmonies of #752901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752901

Black with #752901

Text Example


Text Example

White with #752901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752901; }

 p { color: rgb(117,41,1); }

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

background-color css

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

 a { background-color: rgb(117,41,1); }

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

border-color css

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

 span { border-color: rgb(117,41,1); }

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