Html Css Color HEX #752900 Baker's Chocolate

📋 copy color: '#752900'

red 117 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #752900

Tints of Baker's Chocolate #752900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

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

R = 74.05%
G = 25.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752900 (or 0x752900) is known color: Baker's Chocolate. HEX triplet: 75, 29 and 00. RGB value is (117,41,0). Sum of RGB (Red+Green+Blue) = 117+41+0=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752900 is #8AD6FF. Grayscale: #3B3B3B. Windows color (decimal): -9099008 or 10613. OLE color: 10613.

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

Color convert

RGB 117 41 0 -
CMYK 0 0.65 1 0.54
HSL 21.03º 1% 0.23% -
HSV(B) 21.03º 1% 0.46% -
XYZ 8.13 5.37 0.61 -
YUV 59.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 117 41 0 0 0.65 1 0.54 21.03 1 0.23
Hex 75 29 0 0 41 64 36 15 64 17
Octal 165 51 0 0 101 144 66 25 144 27
Binary 1110101 101001 0 0 1000001 1100100 110110 10101 1100100 10111

Color Harmonies of #752900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752900

Black with #752900

Text Example


Text Example

White with #752900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752900; }

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

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

background-color css

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

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

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

border-color css

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

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

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