Html Css Color HEX #482902 Baker's Chocolate

📋 copy color: '#482902'

red 72 ◦ green 41 ◦ blue 2

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

Shades of Baker's Chocolate #482902

Tints of Baker's Chocolate #482902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.65%

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

R = 62.61%
G = 35.65%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482902 (or 0x482902) is known color: Baker's Chocolate. HEX triplet: 48, 29 and 02. RGB value is (72,41,2). Sum of RGB (Red+Green+Blue) = 72+41+2=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482902 is #B7D6FD. Grayscale: #2E2E2E. Windows color (decimal): -12048126 or 141640. OLE color: 141640.

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

Color convert

RGB 72 41 2 -
CMYK 0 0.43 0.97 0.72
HSL 33.43º 0.95% 0.15% -
HSV(B) 33.43º 0.97% 0.28% -
XYZ 3.48 2.97 0.45 -
YUV 45.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 72 41 2 0 0.43 0.97 0.72 33.43 0.95 0.15
Hex 48 29 2 0 2B 61 48 21 5F F
Octal 110 51 2 0 53 141 110 41 137 17
Binary 1001000 101001 10 0 101011 1100001 1001000 100001 1011111 1111

Color Harmonies of #482902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482902

Black with #482902

Text Example


Text Example

White with #482902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482902; }

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

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

background-color css

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

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

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

border-color css

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

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

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