Html Css Color HEX #482D03 Baker's Chocolate

📋 copy color: '#482D03'

red 72 ◦ green 45 ◦ blue 3

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

Shades of Baker's Chocolate #482D03

Tints of Baker's Chocolate #482D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.5%

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

R = 60%
G = 37.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#482D03 (or 0x482D03) is known color: Baker's Chocolate. HEX triplet: 48, 2D and 03. RGB value is (72,45,3). Sum of RGB (Red+Green+Blue) = 72+45+3=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D03 is #B7D2FC. Grayscale: #303030. Windows color (decimal): -12047101 or 208200. OLE color: 208200.

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

Color convert

RGB 72 45 3 -
CMYK 0 0.38 0.96 0.72
HSL 36.52º 0.92% 0.15% -
HSV(B) 36.52º 0.96% 0.28% -
XYZ 3.63 3.26 0.52 -
YUV 48.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 72 45 3 0 0.38 0.96 0.72 36.52 0.92 0.15
Hex 48 2D 3 0 26 60 48 25 5C F
Octal 110 55 3 0 46 140 110 45 134 17
Binary 1001000 101101 11 0 100110 1100000 1001000 100101 1011100 1111

Color Harmonies of #482D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D03

Black with #482D03

Text Example


Text Example

White with #482D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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