Html Css Color HEX #752601 Baker's Chocolate

📋 copy color: '#752601'

red 117 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #752601

Tints of Baker's Chocolate #752601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 75%
G = 24.36%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752601 (or 0x752601) is known color: Baker's Chocolate. HEX triplet: 75, 26 and 01. RGB value is (117,38,1). Sum of RGB (Red+Green+Blue) = 117+38+1=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752601 is #8AD9FE. Grayscale: #393939. Windows color (decimal): -9099775 or 75381. OLE color: 75381.

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

Color convert

RGB 117 38 1 -
CMYK 0 0.68 0.99 0.54
HSL 19.14º 0.98% 0.23% -
HSV(B) 19.14º 0.99% 0.46% -
XYZ 8.03 5.17 0.6 -
YUV 57.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 117 38 1 0 0.68 0.99 0.54 19.14 0.98 0.23
Hex 75 26 1 0 44 63 36 13 62 17
Octal 165 46 1 0 104 143 66 23 142 27
Binary 1110101 100110 1 0 1000100 1100011 110110 10011 1100010 10111

Color Harmonies of #752601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752601

Black with #752601

Text Example


Text Example

White with #752601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752601; }

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

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

background-color css

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

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

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

border-color css

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

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

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