Html Css Color HEX #752A01 Baker's Chocolate

📋 copy color: '#752A01'

red 117 ◦ green 42 ◦ blue 1

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

Shades of Baker's Chocolate #752A01

Tints of Baker's Chocolate #752A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.25%

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

R = 73.13%
G = 26.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752A01 (or 0x752A01) is known color: Baker's Chocolate. HEX triplet: 75, 2A and 01. RGB value is (117,42,1). Sum of RGB (Red+Green+Blue) = 117+42+1=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A01 is #8AD5FE. Grayscale: #3B3B3B. Windows color (decimal): -9098751 or 76405. OLE color: 76405.

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

Color convert

RGB 117 42 1 -
CMYK 0 0.64 0.99 0.54
HSL 21.21º 0.98% 0.23% -
HSV(B) 21.21º 0.99% 0.46% -
XYZ 8.17 5.44 0.65 -
YUV 59.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 117 42 1 0 0.64 0.99 0.54 21.21 0.98 0.23
Hex 75 2A 1 0 40 63 36 15 62 17
Octal 165 52 1 0 100 143 66 25 142 27
Binary 1110101 101010 1 0 1000000 1100011 110110 10101 1100010 10111

Color Harmonies of #752A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A01

Black with #752A01

Text Example


Text Example

White with #752A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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