Html Css Color HEX #752700 Baker's Chocolate

📋 copy color: '#752700'

red 117 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #752700

Tints of Baker's Chocolate #752700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752700 (or 0x752700) is known color: Baker's Chocolate. HEX triplet: 75, 27 and 00. RGB value is (117,39,0). Sum of RGB (Red+Green+Blue) = 117+39+0=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752700 is #8AD8FF. Grayscale: #3A3A3A. Windows color (decimal): -9099520 or 10101. OLE color: 10101.

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

Color convert

RGB 117 39 0 -
CMYK 0 0.67 1 0.54
HSL 20º 1% 0.23% -
HSV(B) 20º 1% 0.46% -
XYZ 8.06 5.23 0.59 -
YUV 57.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 117 39 0 0 0.67 1 0.54 20 1 0.23
Hex 75 27 0 0 43 64 36 14 64 17
Octal 165 47 0 0 103 144 66 24 144 27
Binary 1110101 100111 0 0 1000011 1100100 110110 10100 1100100 10111

Color Harmonies of #752700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752700

Black with #752700

Text Example


Text Example

White with #752700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752700; }

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

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

background-color css

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

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

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

border-color css

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

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

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