Html Css Color HEX #482701 Baker's Chocolate

📋 copy color: '#482701'

red 72 ◦ green 39 ◦ blue 1

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

Shades of Baker's Chocolate #482701

Tints of Baker's Chocolate #482701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

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

R = 64.29%
G = 34.82%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482701 (or 0x482701) is known color: Baker's Chocolate. HEX triplet: 48, 27 and 01. RGB value is (72,39,1). Sum of RGB (Red+Green+Blue) = 72+39+1=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482701 is #B7D8FE. Grayscale: #2C2C2C. Windows color (decimal): -12048639 or 75592. OLE color: 75592.

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

Color convert

RGB 72 39 1 -
CMYK 0 0.46 0.99 0.72
HSL 32.11º 0.97% 0.14% -
HSV(B) 32.11º 0.99% 0.28% -
XYZ 3.4 2.83 0.4 -
YUV 44.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 72 39 1 0 0.46 0.99 0.72 32.11 0.97 0.14
Hex 48 27 1 0 2E 63 48 20 61 E
Octal 110 47 1 0 56 143 110 40 141 16
Binary 1001000 100111 1 0 101110 1100011 1001000 100000 1100001 1110

Color Harmonies of #482701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482701

Black with #482701

Text Example


Text Example

White with #482701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482701; }

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

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

background-color css

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

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

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

border-color css

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

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

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