Html Css Color HEX #482700 Baker's Chocolate

📋 copy color: '#482700'

red 72 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #482700

Tints of Baker's Chocolate #482700

RGB

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

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

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

R = 64.86%
G = 35.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482700 (or 0x482700) is known color: Baker's Chocolate. HEX triplet: 48, 27 and 00. RGB value is (72,39,0). Sum of RGB (Red+Green+Blue) = 72+39+0=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482700 is #B7D8FF. Grayscale: #2C2C2C. Windows color (decimal): -12048640 or 10056. OLE color: 10056.

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

Color convert

RGB 72 39 0 -
CMYK 0 0.46 1 0.72
HSL 32.5º 1% 0.14% -
HSV(B) 32.5º 1% 0.28% -
XYZ 3.4 2.83 0.37 -
YUV 44.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 72 39 0 0 0.46 1 0.72 32.5 1 0.14
Hex 48 27 0 0 2E 64 48 20 64 E
Octal 110 47 0 0 56 144 110 40 144 16
Binary 1001000 100111 0 0 101110 1100100 1001000 100000 1100100 1110

Color Harmonies of #482700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482700

Black with #482700

Text Example


Text Example

White with #482700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482700; }

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

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

background-color css

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

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

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

border-color css

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

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

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