Html Css Color HEX #482600 Baker's Chocolate

📋 copy color: '#482600'

red 72 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #482600

Tints of Baker's Chocolate #482600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.55%

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

R = 65.45%
G = 34.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482600 (or 0x482600) is known color: Baker's Chocolate. HEX triplet: 48, 26 and 00. RGB value is (72,38,0). Sum of RGB (Red+Green+Blue) = 72+38+0=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482600 is #B7D9FF. Grayscale: #2C2C2C. Windows color (decimal): -12048896 or 9800. OLE color: 9800.

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

Color convert

RGB 72 38 0 -
CMYK 0 0.47 1 0.72
HSL 31.67º 1% 0.14% -
HSV(B) 31.67º 1% 0.28% -
XYZ 3.37 2.76 0.36 -
YUV 43.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 72 38 0 0 0.47 1 0.72 31.67 1 0.14
Hex 48 26 0 0 2F 64 48 20 64 E
Octal 110 46 0 0 57 144 110 40 144 16
Binary 1001000 100110 0 0 101111 1100100 1001000 100000 1100100 1110

Color Harmonies of #482600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482600

Black with #482600

Text Example


Text Example

White with #482600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482600; }

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

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

background-color css

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

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

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

border-color css

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

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

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