Html Css Color HEX #482D02 Baker's Chocolate

📋 copy color: '#482D02'

red 72 ◦ green 45 ◦ blue 2

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

Shades of Baker's Chocolate #482D02

Tints of Baker's Chocolate #482D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.82%

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

R = 60.5%
G = 37.82%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482D02 (or 0x482D02) is known color: Baker's Chocolate. HEX triplet: 48, 2D and 02. RGB value is (72,45,2). Sum of RGB (Red+Green+Blue) = 72+45+2=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #482D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D02 is #B7D2FD. Grayscale: #303030. Windows color (decimal): -12047102 or 142664. OLE color: 142664.

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

Color convert

RGB 72 45 2 -
CMYK 0 0.38 0.97 0.72
HSL 36.86º 0.95% 0.15% -
HSV(B) 36.86º 0.97% 0.28% -
XYZ 3.62 3.26 0.5 -
YUV 48.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 72 45 2 0 0.38 0.97 0.72 36.86 0.95 0.15
Hex 48 2D 2 0 26 61 48 25 5F F
Octal 110 55 2 0 46 141 110 45 137 17
Binary 1001000 101101 10 0 100110 1100001 1001000 100101 1011111 1111

Color Harmonies of #482D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D02

Black with #482D02

Text Example


Text Example

White with #482D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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