Html Css Color HEX #4D3002 Baker's Chocolate

📋 copy color: '#4D3002'

red 77 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #4D3002

Tints of Baker's Chocolate #4D3002

RGB

 RED value IS 77 (30.47% from 255) = 60.63%

 GREEN value IS 48 (19.14% from 255) = 37.8%

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

R = 60.63%
G = 37.8%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D3002 (or 0x4D3002) is known color: Baker's Chocolate. HEX triplet: 4D, 30 and 02. RGB value is (77,48,2). Sum of RGB (Red+Green+Blue) = 77+48+2=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3002 is #B2CFFD. Grayscale: #333333. Windows color (decimal): -11718654 or 143437. OLE color: 143437.

HSL color Cylindrical-coordinate representation of color #4D3002: hue angle of 36.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D3002 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 48 2 -
CMYK 0 0.38 0.97 0.70
HSL 36.8º 0.95% 0.15% -
HSV(B) 36.8º 0.97% 0.3% -
XYZ 4.13 3.7 0.55 -
YUV 51.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 77 48 2 0 0.38 0.97 0.70 36.8 0.95 0.15
Hex 4D 30 2 0 26 61 46 25 5F F
Octal 115 60 2 0 46 141 106 45 137 17
Binary 1001101 110000 10 0 100110 1100001 1000110 100101 1011111 1111

Color Harmonies of #4D3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3002

Black with #4D3002

Text Example


Text Example

White with #4D3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D3002; }

 p { color: rgb(77,48,2); }

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

background-color css

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

 a { background-color: rgb(77,48,2); }

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

border-color css

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

 span { border-color: rgb(77,48,2); }

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