Html Css Color HEX #482C06 Baker's Chocolate

📋 copy color: '#482C06'

red 72 ◦ green 44 ◦ blue 6

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

Shades of Baker's Chocolate #482C06

Tints of Baker's Chocolate #482C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 59.02%
G = 36.07%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482C06 (or 0x482C06) is known color: Baker's Chocolate. HEX triplet: 48, 2C and 06. RGB value is (72,44,6). Sum of RGB (Red+Green+Blue) = 72+44+6=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C06 is #B7D3F9. Grayscale: #303030. Windows color (decimal): -12047354 or 404552. OLE color: 404552.

HSL color Cylindrical-coordinate representation of color #482C06: hue angle of 34.55º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482C06 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 6 -
CMYK 0 0.39 0.92 0.72
HSL 34.55º 0.85% 0.15% -
HSV(B) 34.55º 0.92% 0.28% -
XYZ 3.61 3.19 0.6 -
YUV 48.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 72 44 6 0 0.39 0.92 0.72 34.55 0.85 0.15
Hex 48 2C 6 0 27 5C 48 23 55 F
Octal 110 54 6 0 47 134 110 43 125 17
Binary 1001000 101100 110 0 100111 1011100 1001000 100011 1010101 1111

Color Harmonies of #482C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C06

Black with #482C06

Text Example


Text Example

White with #482C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,6); }

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

background-color css

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

 a { background-color: rgb(72,44,6); }

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

border-color css

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

 span { border-color: rgb(72,44,6); }

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