Html Css Color HEX #482904 Baker's Chocolate

📋 copy color: '#482904'

red 72 ◦ green 41 ◦ blue 4

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

Shades of Baker's Chocolate #482904

Tints of Baker's Chocolate #482904

RGB

 RED value IS 72 (28.52% from 255) = 61.54%

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 61.54%
G = 35.04%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482904 (or 0x482904) is known color: Baker's Chocolate. HEX triplet: 48, 29 and 04. RGB value is (72,41,4). Sum of RGB (Red+Green+Blue) = 72+41+4=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482904 is #B7D6FB. Grayscale: #2E2E2E. Windows color (decimal): -12048124 or 272712. OLE color: 272712.

HSL color Cylindrical-coordinate representation of color #482904: hue angle of 32.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482904 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 4 -
CMYK 0 0.43 0.94 0.72
HSL 32.65º 0.89% 0.15% -
HSV(B) 32.65º 0.94% 0.28% -
XYZ 3.49 2.97 0.5 -
YUV 46.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 72 41 4 0 0.43 0.94 0.72 32.65 0.89 0.15
Hex 48 29 4 0 2B 5E 48 21 59 F
Octal 110 51 4 0 53 136 110 41 131 17
Binary 1001000 101001 100 0 101011 1011110 1001000 100001 1011001 1111

Color Harmonies of #482904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482904

Black with #482904

Text Example


Text Example

White with #482904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482904; }

 p { color: rgb(72,41,4); }

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

background-color css

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

 a { background-color: rgb(72,41,4); }

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

border-color css

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

 span { border-color: rgb(72,41,4); }

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