Html Css Color HEX #752B00 Baker's Chocolate

📋 copy color: '#752B00'

red 117 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #752B00

Tints of Baker's Chocolate #752B00

RGB

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

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

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

R = 73.13%
G = 26.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752B00 (or 0x752B00) is known color: Baker's Chocolate. HEX triplet: 75, 2B and 00. RGB value is (117,43,0). Sum of RGB (Red+Green+Blue) = 117+43+0=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B00 is #8AD4FF. Grayscale: #3C3C3C. Windows color (decimal): -9098496 or 11125. OLE color: 11125.

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

Color convert

RGB 117 43 0 -
CMYK 0 0.63 1 0.54
HSL 22.05º 1% 0.23% -
HSV(B) 22.05º 1% 0.46% -
XYZ 8.2 5.51 0.63 -
YUV 60.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 117 43 0 0 0.63 1 0.54 22.05 1 0.23
Hex 75 2B 0 0 3F 64 36 16 64 17
Octal 165 53 0 0 77 144 66 26 144 27
Binary 1110101 101011 0 0 111111 1100100 110110 10110 1100100 10111

Color Harmonies of #752B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B00

Black with #752B00

Text Example


Text Example

White with #752B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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