Html Css Color HEX #472C00 Baker's Chocolate

📋 copy color: '#472C00'

red 71 ◦ green 44 ◦ blue 0

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

Shades of Baker's Chocolate #472C00

Tints of Baker's Chocolate #472C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.74%
G = 38.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472C00 (or 0x472C00) is known color: Baker's Chocolate. HEX triplet: 47, 2C and 00. RGB value is (71,44,0). Sum of RGB (Red+Green+Blue) = 71+44+0=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C00 is #B8D3FF. Grayscale: #2F2F2F. Windows color (decimal): -12112896 or 11335. OLE color: 11335.

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

Color convert

RGB 71 44 0 -
CMYK 0 0.38 1 0.72
HSL 37.18º 1% 0.14% -
HSV(B) 37.18º 1% 0.28% -
XYZ 3.5 3.14 0.42 -
YUV 47.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 71 44 0 0 0.38 1 0.72 37.18 1 0.14
Hex 47 2C 0 0 26 64 48 25 64 E
Octal 107 54 0 0 46 144 110 45 144 16
Binary 1000111 101100 0 0 100110 1100100 1001000 100101 1100100 1110

Color Harmonies of #472C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C00

Black with #472C00

Text Example


Text Example

White with #472C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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