Html Css Color HEX #752B03 Baker's Chocolate

📋 copy color: '#752B03'

red 117 ◦ green 43 ◦ blue 3

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

Shades of Baker's Chocolate #752B03

Tints of Baker's Chocolate #752B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 71.78%
G = 26.38%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752B03 (or 0x752B03) is known color: Baker's Chocolate. HEX triplet: 75, 2B and 03. RGB value is (117,43,3). Sum of RGB (Red+Green+Blue) = 117+43+3=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B03 is #8AD4FC. Grayscale: #3C3C3C. Windows color (decimal): -9098493 or 207733. OLE color: 207733.

HSL color Cylindrical-coordinate representation of color #752B03: hue angle of 21.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752B03 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 3 -
CMYK 0 0.63 0.97 0.54
HSL 21.05º 0.95% 0.24% -
HSV(B) 21.05º 0.97% 0.46% -
XYZ 8.22 5.52 0.72 -
YUV 60.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 117 43 3 0 0.63 0.97 0.54 21.05 0.95 0.24
Hex 75 2B 3 0 3F 61 36 15 5F 18
Octal 165 53 3 0 77 141 66 25 137 30
Binary 1110101 101011 11 0 111111 1100001 110110 10101 1011111 11000

Color Harmonies of #752B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B03

Black with #752B03

Text Example


Text Example

White with #752B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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