Html Css Color HEX #482B01 Baker's Chocolate

📋 copy color: '#482B01'

red 72 ◦ green 43 ◦ blue 1

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

Shades of Baker's Chocolate #482B01

Tints of Baker's Chocolate #482B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 62.07%
G = 37.07%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482B01 (or 0x482B01) is known color: Baker's Chocolate. HEX triplet: 48, 2B and 01. RGB value is (72,43,1). Sum of RGB (Red+Green+Blue) = 72+43+1=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B01 is #B7D4FE. Grayscale: #2F2F2F. Windows color (decimal): -12047615 or 76616. OLE color: 76616.

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

Color convert

RGB 72 43 1 -
CMYK 0 0.40 0.99 0.72
HSL 35.49º 0.97% 0.14% -
HSV(B) 35.49º 0.99% 0.28% -
XYZ 3.54 3.11 0.44 -
YUV 46.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 72 43 1 0 0.40 0.99 0.72 35.49 0.97 0.14
Hex 48 2B 1 0 28 63 48 23 61 E
Octal 110 53 1 0 50 143 110 43 141 16
Binary 1001000 101011 1 0 101000 1100011 1001000 100011 1100001 1110

Color Harmonies of #482B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B01

Black with #482B01

Text Example


Text Example

White with #482B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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