Html Css Color HEX #723006 Baker's Chocolate

📋 copy color: '#723006'

red 114 ◦ green 48 ◦ blue 6

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

Shades of Baker's Chocolate #723006

Tints of Baker's Chocolate #723006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 67.86%
G = 28.57%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#723006 (or 0x723006) is known color: Baker's Chocolate. HEX triplet: 72, 30 and 06. RGB value is (114,48,6). Sum of RGB (Red+Green+Blue) = 114+48+6=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #723006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723006 is #8DCFF9. Grayscale: #3F3F3F. Windows color (decimal): -9293818 or 405618. OLE color: 405618.

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

Color convert

RGB 114 48 6 -
CMYK 0 0.58 0.95 0.55
HSL 23.33º 0.9% 0.24% -
HSV(B) 23.33º 0.95% 0.45% -
XYZ 8.03 5.7 0.85 -
YUV 62.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 114 48 6 0 0.58 0.95 0.55 23.33 0.9 0.24
Hex 72 30 6 0 3A 5F 37 17 5A 18
Octal 162 60 6 0 72 137 67 27 132 30
Binary 1110010 110000 110 0 111010 1011111 110111 10111 1011010 11000

Color Harmonies of #723006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723006

Black with #723006

Text Example


Text Example

White with #723006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723006; }

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

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

background-color css

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

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

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

border-color css

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

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

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