Html Css Color HEX #723004 Baker's Chocolate

📋 copy color: '#723004'

red 114 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #723004

Tints of Baker's Chocolate #723004

RGB

 RED value IS 114 (44.92% from 255) = 68.67%

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 68.67%
G = 28.92%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#723004 (or 0x723004) is known color: Baker's Chocolate. HEX triplet: 72, 30 and 04. RGB value is (114,48,4). Sum of RGB (Red+Green+Blue) = 114+48+4=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #723004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723004 is #8DCFFB. Grayscale: #3E3E3E. Windows color (decimal): -9293820 or 274546. OLE color: 274546.

HSL color Cylindrical-coordinate representation of color #723004: hue angle of 24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #723004 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 48 4 -
CMYK 0 0.58 0.96 0.55
HSL 24º 0.93% 0.23% -
HSV(B) 24º 0.96% 0.45% -
XYZ 8.02 5.7 0.79 -
YUV 62.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 114 48 4 0 0.58 0.96 0.55 24 0.93 0.23
Hex 72 30 4 0 3A 60 37 18 5D 17
Octal 162 60 4 0 72 140 67 30 135 27
Binary 1110010 110000 100 0 111010 1100000 110111 11000 1011101 10111

Color Harmonies of #723004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723004

Black with #723004

Text Example


Text Example

White with #723004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723004; }

 p { color: rgb(114,48,4); }

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

background-color css

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

 a { background-color: rgb(114,48,4); }

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

border-color css

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

 span { border-color: rgb(114,48,4); }

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