Html Css Color HEX #752400 Baker's Chocolate

📋 copy color: '#752400'

red 117 ◦ green 36 ◦ blue 0

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

Shades of Baker's Chocolate #752400

Tints of Baker's Chocolate #752400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.47%
G = 23.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752400 (or 0x752400) is known color: Baker's Chocolate. HEX triplet: 75, 24 and 00. RGB value is (117,36,0). Sum of RGB (Red+Green+Blue) = 117+36+0=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752400 is #8ADBFF. Grayscale: #383838. Windows color (decimal): -9100288 or 9333. OLE color: 9333.

HSL color Cylindrical-coordinate representation of color #752400: hue angle of 18.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #752400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 0 -
CMYK 0 0.69 1 0.54
HSL 18.46º 1% 0.23% -
HSV(B) 18.46º 1% 0.46% -
XYZ 7.97 5.04 0.55 -
YUV 56.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 117 36 0 0 0.69 1 0.54 18.46 1 0.23
Hex 75 24 0 0 45 64 36 12 64 17
Octal 165 44 0 0 105 144 66 22 144 27
Binary 1110101 100100 0 0 1000101 1100100 110110 10010 1100100 10111

Color Harmonies of #752400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752400

Black with #752400

Text Example


Text Example

White with #752400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752400; }

 p { color: rgb(117,36,0); }

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

background-color css

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

 a { background-color: rgb(117,36,0); }

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

border-color css

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

 span { border-color: rgb(117,36,0); }

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