Html Css Color HEX #722709 Baker's Chocolate

📋 copy color: '#722709'

red 114 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #722709

Tints of Baker's Chocolate #722709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 9 (3.91% from 255) = 5.56%

R = 70.37%
G = 24.07%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#722709 (or 0x722709) is known color: Baker's Chocolate. HEX triplet: 72, 27 and 09. RGB value is (114,39,9). Sum of RGB (Red+Green+Blue) = 114+39+9=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #722709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722709 is #8DD8F6. Grayscale: #3A3A3A. Windows color (decimal): -9296119 or 599922. OLE color: 599922.

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

Color convert

RGB 114 39 9 -
CMYK 0 0.66 0.92 0.55
HSL 17.14º 0.85% 0.24% -
HSV(B) 17.14º 0.92% 0.45% -
XYZ 7.71 5.05 0.83 -
YUV 58.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 114 39 9 0 0.66 0.92 0.55 17.14 0.85 0.24
Hex 72 27 9 0 42 5C 37 11 55 18
Octal 162 47 11 0 102 134 67 21 125 30
Binary 1110010 100111 1001 0 1000010 1011100 110111 10001 1010101 11000

Color Harmonies of #722709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722709

Black with #722709

Text Example


Text Example

White with #722709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722709; }

 p { color: rgb(114,39,9); }

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

background-color css

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

 a { background-color: rgb(114,39,9); }

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

border-color css

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

 span { border-color: rgb(114,39,9); }

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