Html Css Color HEX #752A02 Baker's Chocolate

📋 copy color: '#752A02'

red 117 ◦ green 42 ◦ blue 2

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

Shades of Baker's Chocolate #752A02

Tints of Baker's Chocolate #752A02

RGB

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

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

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

R = 72.67%
G = 26.09%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752A02 (or 0x752A02) is known color: Baker's Chocolate. HEX triplet: 75, 2A and 02. RGB value is (117,42,2). Sum of RGB (Red+Green+Blue) = 117+42+2=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A02 is #8AD5FD. Grayscale: #3C3C3C. Windows color (decimal): -9098750 or 141941. OLE color: 141941.

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

Color convert

RGB 117 42 2 -
CMYK 0 0.64 0.98 0.54
HSL 20.87º 0.97% 0.23% -
HSV(B) 20.87º 0.98% 0.46% -
XYZ 8.18 5.44 0.68 -
YUV 59.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 117 42 2 0 0.64 0.98 0.54 20.87 0.97 0.23
Hex 75 2A 2 0 40 62 36 15 61 17
Octal 165 52 2 0 100 142 66 25 141 27
Binary 1110101 101010 10 0 1000000 1100010 110110 10101 1100001 10111

Color Harmonies of #752A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A02

Black with #752A02

Text Example


Text Example

White with #752A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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