Html Css Color HEX #482900 Baker's Chocolate

📋 copy color: '#482900'

red 72 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #482900

Tints of Baker's Chocolate #482900

RGB

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

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

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

R = 63.72%
G = 36.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482900 (or 0x482900) is known color: Baker's Chocolate. HEX triplet: 48, 29 and 00. RGB value is (72,41,0). Sum of RGB (Red+Green+Blue) = 72+41+0=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482900 is #B7D6FF. Grayscale: #2D2D2D. Windows color (decimal): -12048128 or 10568. OLE color: 10568.

HSL color Cylindrical-coordinate representation of color #482900: hue angle of 34.17º 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 #482900 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 0 -
CMYK 0 0.43 1 0.72
HSL 34.17º 1% 0.14% -
HSV(B) 34.17º 1% 0.28% -
XYZ 3.47 2.96 0.39 -
YUV 45.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 72 41 0 0 0.43 1 0.72 34.17 1 0.14
Hex 48 29 0 0 2B 64 48 22 64 E
Octal 110 51 0 0 53 144 110 42 144 16
Binary 1001000 101001 0 0 101011 1100100 1001000 100010 1100100 1110

Color Harmonies of #482900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482900

Black with #482900

Text Example


Text Example

White with #482900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482900; }

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

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

background-color css

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

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

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

border-color css

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

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

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