Html Css Color HEX #723001 Baker's Chocolate

📋 copy color: '#723001'

red 114 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #723001

Tints of Baker's Chocolate #723001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 69.94%
G = 29.45%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#723001 (or 0x723001) is known color: Baker's Chocolate. HEX triplet: 72, 30 and 01. RGB value is (114,48,1). Sum of RGB (Red+Green+Blue) = 114+48+1=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #723001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723001 is #8DCFFE. Grayscale: #3E3E3E. Windows color (decimal): -9293823 or 77938. OLE color: 77938.

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

Color convert

RGB 114 48 1 -
CMYK 0 0.58 0.99 0.55
HSL 24.96º 0.98% 0.23% -
HSV(B) 24.96º 0.99% 0.45% -
XYZ 8 5.69 0.71 -
YUV 62.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 114 48 1 0 0.58 0.99 0.55 24.96 0.98 0.23
Hex 72 30 1 0 3A 63 37 19 62 17
Octal 162 60 1 0 72 143 67 31 142 27
Binary 1110010 110000 1 0 111010 1100011 110111 11001 1100010 10111

Color Harmonies of #723001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723001

Black with #723001

Text Example


Text Example

White with #723001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723001; }

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

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

background-color css

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

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

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

border-color css

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

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

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