Html Css Color HEX #482B04 Baker's Chocolate

📋 copy color: '#482B04'

red 72 ◦ green 43 ◦ blue 4

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

Shades of Baker's Chocolate #482B04

Tints of Baker's Chocolate #482B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.13%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 60.5%
G = 36.13%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482B04 (or 0x482B04) is known color: Baker's Chocolate. HEX triplet: 48, 2B and 04. RGB value is (72,43,4). Sum of RGB (Red+Green+Blue) = 72+43+4=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #482B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B04 is #B7D4FB. Grayscale: #2F2F2F. Windows color (decimal): -12047612 or 273224. OLE color: 273224.

HSL color Cylindrical-coordinate representation of color #482B04: hue angle of 34.41º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482B04 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 4 -
CMYK 0 0.40 0.94 0.72
HSL 34.41º 0.89% 0.15% -
HSV(B) 34.41º 0.94% 0.28% -
XYZ 3.56 3.11 0.53 -
YUV 47.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 72 43 4 0 0.40 0.94 0.72 34.41 0.89 0.15
Hex 48 2B 4 0 28 5E 48 22 59 F
Octal 110 53 4 0 50 136 110 42 131 17
Binary 1001000 101011 100 0 101000 1011110 1001000 100010 1011001 1111

Color Harmonies of #482B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B04

Black with #482B04

Text Example


Text Example

White with #482B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,4); }

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

background-color css

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

 a { background-color: rgb(72,43,4); }

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

border-color css

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

 span { border-color: rgb(72,43,4); }

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