Html Css Color HEX #482803 Baker's Chocolate

📋 copy color: '#482803'

red 72 ◦ green 40 ◦ blue 3

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

Shades of Baker's Chocolate #482803

Tints of Baker's Chocolate #482803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.78%

 BLUE value IS 3 (1.56% from 255) = 2.61%

R = 62.61%
G = 34.78%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#482803 (or 0x482803) is known color: Baker's Chocolate. HEX triplet: 48, 28 and 03. RGB value is (72,40,3). Sum of RGB (Red+Green+Blue) = 72+40+3=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482803 is #B7D7FC. Grayscale: #2D2D2D. Windows color (decimal): -12048381 or 206920. OLE color: 206920.

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

Color convert

RGB 72 40 3 -
CMYK 0 0.44 0.96 0.72
HSL 32.17º 0.92% 0.15% -
HSV(B) 32.17º 0.96% 0.28% -
XYZ 3.45 2.9 0.46 -
YUV 45.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 72 40 3 0 0.44 0.96 0.72 32.17 0.92 0.15
Hex 48 28 3 0 2C 60 48 20 5C F
Octal 110 50 3 0 54 140 110 40 134 17
Binary 1001000 101000 11 0 101100 1100000 1001000 100000 1011100 1111

Color Harmonies of #482803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482803

Black with #482803

Text Example


Text Example

White with #482803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482803; }

 p { color: rgb(72,40,3); }

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

background-color css

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

 a { background-color: rgb(72,40,3); }

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

border-color css

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

 span { border-color: rgb(72,40,3); }

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