Html Css Color HEX #482702 Baker's Chocolate

📋 copy color: '#482702'

red 72 ◦ green 39 ◦ blue 2

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

Shades of Baker's Chocolate #482702

Tints of Baker's Chocolate #482702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.51%

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

R = 63.72%
G = 34.51%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482702 (or 0x482702) is known color: Baker's Chocolate. HEX triplet: 48, 27 and 02. RGB value is (72,39,2). Sum of RGB (Red+Green+Blue) = 72+39+2=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482702 is #B7D8FD. Grayscale: #2C2C2C. Windows color (decimal): -12048638 or 141128. OLE color: 141128.

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

Color convert

RGB 72 39 2 -
CMYK 0 0.46 0.97 0.72
HSL 31.71º 0.95% 0.15% -
HSV(B) 31.71º 0.97% 0.28% -
XYZ 3.41 2.83 0.42 -
YUV 44.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 72 39 2 0 0.46 0.97 0.72 31.71 0.95 0.15
Hex 48 27 2 0 2E 61 48 20 5F F
Octal 110 47 2 0 56 141 110 40 137 17
Binary 1001000 100111 10 0 101110 1100001 1001000 100000 1011111 1111

Color Harmonies of #482702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482702

Black with #482702

Text Example


Text Example

White with #482702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482702; }

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

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

background-color css

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

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

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

border-color css

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

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

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