Html Css Color HEX #482A02 Baker's Chocolate

📋 copy color: '#482A02'

red 72 ◦ green 42 ◦ blue 2

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

Shades of Baker's Chocolate #482A02

Tints of Baker's Chocolate #482A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.21%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 62.07%
G = 36.21%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482A02 (or 0x482A02) is known color: Baker's Chocolate. HEX triplet: 48, 2A and 02. RGB value is (72,42,2). Sum of RGB (Red+Green+Blue) = 72+42+2=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A02 is #B7D5FD. Grayscale: #2E2E2E. Windows color (decimal): -12047870 or 141896. OLE color: 141896.

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

Color convert

RGB 72 42 2 -
CMYK 0 0.42 0.97 0.72
HSL 34.29º 0.95% 0.15% -
HSV(B) 34.29º 0.97% 0.28% -
XYZ 3.51 3.04 0.46 -
YUV 46.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 72 42 2 0 0.42 0.97 0.72 34.29 0.95 0.15
Hex 48 2A 2 0 2A 61 48 22 5F F
Octal 110 52 2 0 52 141 110 42 137 17
Binary 1001000 101010 10 0 101010 1100001 1001000 100010 1011111 1111

Color Harmonies of #482A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A02

Black with #482A02

Text Example


Text Example

White with #482A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,2); }

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

background-color css

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

 a { background-color: rgb(72,42,2); }

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

border-color css

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

 span { border-color: rgb(72,42,2); }

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