Html Css Color HEX #482901 Baker's Chocolate

📋 copy color: '#482901'

red 72 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #482901

Tints of Baker's Chocolate #482901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 63.16%
G = 35.96%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482901 (or 0x482901) is known color: Baker's Chocolate. HEX triplet: 48, 29 and 01. RGB value is (72,41,1). Sum of RGB (Red+Green+Blue) = 72+41+1=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482901 is #B7D6FE. Grayscale: #2D2D2D. Windows color (decimal): -12048127 or 76104. OLE color: 76104.

HSL color Cylindrical-coordinate representation of color #482901: hue angle of 33.8º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #482901 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 1 -
CMYK 0 0.43 0.99 0.72
HSL 33.8º 0.97% 0.14% -
HSV(B) 33.8º 0.99% 0.28% -
XYZ 3.47 2.97 0.42 -
YUV 45.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 72 41 1 0 0.43 0.99 0.72 33.8 0.97 0.14
Hex 48 29 1 0 2B 63 48 22 61 E
Octal 110 51 1 0 53 143 110 42 141 16
Binary 1001000 101001 1 0 101011 1100011 1001000 100010 1100001 1110

Color Harmonies of #482901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482901

Black with #482901

Text Example


Text Example

White with #482901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482901; }

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

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

background-color css

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

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

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

border-color css

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

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

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