Html Css Color HEX #482A04 Baker's Chocolate

📋 copy color: '#482A04'

red 72 ◦ green 42 ◦ blue 4

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

Shades of Baker's Chocolate #482A04

Tints of Baker's Chocolate #482A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.59%

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

R = 61.02%
G = 35.59%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482A04 (or 0x482A04) is known color: Baker's Chocolate. HEX triplet: 48, 2A and 04. RGB value is (72,42,4). Sum of RGB (Red+Green+Blue) = 72+42+4=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A04 is #B7D5FB. Grayscale: #2E2E2E. Windows color (decimal): -12047868 or 272968. OLE color: 272968.

HSL color Cylindrical-coordinate representation of color #482A04: hue angle of 33.53º 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 #482A04 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 42 4 -
CMYK 0 0.42 0.94 0.72
HSL 33.53º 0.89% 0.15% -
HSV(B) 33.53º 0.94% 0.28% -
XYZ 3.52 3.04 0.52 -
YUV 46.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 72 42 4 0 0.42 0.94 0.72 33.53 0.89 0.15
Hex 48 2A 4 0 2A 5E 48 22 59 F
Octal 110 52 4 0 52 136 110 42 131 17
Binary 1001000 101010 100 0 101010 1011110 1001000 100010 1011001 1111

Color Harmonies of #482A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A04

Black with #482A04

Text Example


Text Example

White with #482A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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