Html Css Color HEX #752B02 Baker's Chocolate

📋 copy color: '#752B02'

red 117 ◦ green 43 ◦ blue 2

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

Shades of Baker's Chocolate #752B02

Tints of Baker's Chocolate #752B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

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

R = 72.22%
G = 26.54%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752B02 (or 0x752B02) is known color: Baker's Chocolate. HEX triplet: 75, 2B and 02. RGB value is (117,43,2). Sum of RGB (Red+Green+Blue) = 117+43+2=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B02 is #8AD4FD. Grayscale: #3C3C3C. Windows color (decimal): -9098494 or 142197. OLE color: 142197.

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

Color convert

RGB 117 43 2 -
CMYK 0 0.63 0.98 0.54
HSL 21.39º 0.97% 0.23% -
HSV(B) 21.39º 0.98% 0.46% -
XYZ 8.21 5.51 0.69 -
YUV 60.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 117 43 2 0 0.63 0.98 0.54 21.39 0.97 0.23
Hex 75 2B 2 0 3F 62 36 15 61 17
Octal 165 53 2 0 77 142 66 25 141 27
Binary 1110101 101011 10 0 111111 1100010 110110 10101 1100001 10111

Color Harmonies of #752B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B02

Black with #752B02

Text Example


Text Example

White with #752B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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