Html Css Color HEX #472C01 Baker's Chocolate

📋 copy color: '#472C01'

red 71 ◦ green 44 ◦ blue 1

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

Shades of Baker's Chocolate #472C01

Tints of Baker's Chocolate #472C01

RGB

 RED value IS 71 (28.13% from 255) = 61.21%

 GREEN value IS 44 (17.58% from 255) = 37.93%

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

R = 61.21%
G = 37.93%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472C01 (or 0x472C01) is known color: Baker's Chocolate. HEX triplet: 47, 2C and 01. RGB value is (71,44,1). Sum of RGB (Red+Green+Blue) = 71+44+1=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C01 is #B8D3FE. Grayscale: #2F2F2F. Windows color (decimal): -12112895 or 76871. OLE color: 76871.

HSL color Cylindrical-coordinate representation of color #472C01: hue angle of 36.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472C01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 1 -
CMYK 0 0.38 0.99 0.72
HSL 36.86º 0.97% 0.14% -
HSV(B) 36.86º 0.99% 0.28% -
XYZ 3.5 3.14 0.45 -
YUV 47.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 71 44 1 0 0.38 0.99 0.72 36.86 0.97 0.14
Hex 47 2C 1 0 26 63 48 25 61 E
Octal 107 54 1 0 46 143 110 45 141 16
Binary 1000111 101100 1 0 100110 1100011 1001000 100101 1100001 1110

Color Harmonies of #472C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C01

Black with #472C01

Text Example


Text Example

White with #472C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C01; }

 p { color: rgb(71,44,1); }

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

background-color css

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

 a { background-color: rgb(71,44,1); }

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

border-color css

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

 span { border-color: rgb(71,44,1); }

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