Html Css Color HEX #752F00 Baker's Chocolate

📋 copy color: '#752F00'

red 117 ◦ green 47 ◦ blue 0

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

Shades of Baker's Chocolate #752F00

Tints of Baker's Chocolate #752F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.66%

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

R = 71.34%
G = 28.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752F00 (or 0x752F00) is known color: Baker's Chocolate. HEX triplet: 75, 2F and 00. RGB value is (117,47,0). Sum of RGB (Red+Green+Blue) = 117+47+0=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F00 is #8AD0FF. Grayscale: #3E3E3E. Windows color (decimal): -9097472 or 12149. OLE color: 12149.

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

Color convert

RGB 117 47 0 -
CMYK 0 0.60 1 0.54
HSL 24.1º 1% 0.23% -
HSV(B) 24.1º 1% 0.46% -
XYZ 8.35 5.81 0.68 -
YUV 62.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 117 47 0 0 0.60 1 0.54 24.1 1 0.23
Hex 75 2F 0 0 3C 64 36 18 64 17
Octal 165 57 0 0 74 144 66 30 144 27
Binary 1110101 101111 0 0 111100 1100100 110110 11000 1100100 10111

Color Harmonies of #752F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F00

Black with #752F00

Text Example


Text Example

White with #752F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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