Html Css Color HEX #722909 Baker's Chocolate

📋 copy color: '#722909'

red 114 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #722909

Tints of Baker's Chocolate #722909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 69.51%
G = 25%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#722909 (or 0x722909) is known color: Baker's Chocolate. HEX triplet: 72, 29 and 09. RGB value is (114,41,9). Sum of RGB (Red+Green+Blue) = 114+41+9=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #722909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722909 is #8DD6F6. Grayscale: #3B3B3B. Windows color (decimal): -9295607 or 600434. OLE color: 600434.

HSL color Cylindrical-coordinate representation of color #722909: hue angle of 18.29º 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 #722909 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 41 9 -
CMYK 0 0.64 0.92 0.55
HSL 18.29º 0.85% 0.24% -
HSV(B) 18.29º 0.92% 0.45% -
XYZ 7.78 5.18 0.85 -
YUV 59.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 114 41 9 0 0.64 0.92 0.55 18.29 0.85 0.24
Hex 72 29 9 0 40 5C 37 12 55 18
Octal 162 51 11 0 100 134 67 22 125 30
Binary 1110010 101001 1001 0 1000000 1011100 110111 10010 1010101 11000

Color Harmonies of #722909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722909

Black with #722909

Text Example


Text Example

White with #722909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722909; }

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

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

background-color css

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

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

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

border-color css

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

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

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