Html Css Color HEX #482B02 Baker's Chocolate

📋 copy color: '#482B02'

red 72 ◦ green 43 ◦ blue 2

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

Shades of Baker's Chocolate #482B02

Tints of Baker's Chocolate #482B02

RGB

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

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

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

R = 61.54%
G = 36.75%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482B02 (or 0x482B02) is known color: Baker's Chocolate. HEX triplet: 48, 2B and 02. RGB value is (72,43,2). Sum of RGB (Red+Green+Blue) = 72+43+2=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B02 is #B7D4FD. Grayscale: #2F2F2F. Windows color (decimal): -12047614 or 142152. OLE color: 142152.

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

Color convert

RGB 72 43 2 -
CMYK 0 0.40 0.97 0.72
HSL 35.14º 0.95% 0.15% -
HSV(B) 35.14º 0.97% 0.28% -
XYZ 3.55 3.11 0.47 -
YUV 47 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 72 43 2 0 0.40 0.97 0.72 35.14 0.95 0.15
Hex 48 2B 2 0 28 61 48 23 5F F
Octal 110 53 2 0 50 141 110 43 137 17
Binary 1001000 101011 10 0 101000 1100001 1001000 100011 1011111 1111

Color Harmonies of #482B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B02

Black with #482B02

Text Example


Text Example

White with #482B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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