Html Css Color HEX #752503 Baker's Chocolate

📋 copy color: '#752503'

red 117 ◦ green 37 ◦ blue 3

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

Shades of Baker's Chocolate #752503

Tints of Baker's Chocolate #752503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 74.52%
G = 23.57%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752503 (or 0x752503) is known color: Baker's Chocolate. HEX triplet: 75, 25 and 03. RGB value is (117,37,3). Sum of RGB (Red+Green+Blue) = 117+37+3=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752503 is #8ADAFC. Grayscale: #393939. Windows color (decimal): -9100029 or 206197. OLE color: 206197.

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

Color convert

RGB 117 37 3 -
CMYK 0 0.68 0.97 0.54
HSL 17.89º 0.95% 0.24% -
HSV(B) 17.89º 0.97% 0.46% -
XYZ 8.01 5.11 0.65 -
YUV 57.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 117 37 3 0 0.68 0.97 0.54 17.89 0.95 0.24
Hex 75 25 3 0 44 61 36 12 5F 18
Octal 165 45 3 0 104 141 66 22 137 30
Binary 1110101 100101 11 0 1000100 1100001 110110 10010 1011111 11000

Color Harmonies of #752503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752503

Black with #752503

Text Example


Text Example

White with #752503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752503; }

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

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

background-color css

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

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

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

border-color css

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

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

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