Html Css Color HEX #4D3503 Baker's Chocolate

📋 copy color: '#4D3503'

red 77 ◦ green 53 ◦ blue 3

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

Shades of Baker's Chocolate #4D3503

Tints of Baker's Chocolate #4D3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.85%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 57.89%
G = 39.85%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4D3503 (or 0x4D3503) is known color: Baker's Chocolate. HEX triplet: 4D, 35 and 03. RGB value is (77,53,3). Sum of RGB (Red+Green+Blue) = 77+53+3=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3503 is #B2CAFC. Grayscale: #363636. Windows color (decimal): -11717373 or 210253. OLE color: 210253.

HSL color Cylindrical-coordinate representation of color #4D3503: hue angle of 40.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D3503 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 53 3 -
CMYK 0 0.31 0.96 0.70
HSL 40.54º 0.93% 0.16% -
HSV(B) 40.54º 0.96% 0.3% -
XYZ 4.35 4.13 0.65 -
YUV 54.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 77 53 3 0 0.31 0.96 0.70 40.54 0.93 0.16
Hex 4D 35 3 0 1F 60 46 29 5C 10
Octal 115 65 3 0 37 140 106 51 134 20
Binary 1001101 110101 11 0 11111 1100000 1000110 101001 1011100 10000

Color Harmonies of #4D3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3503

Black with #4D3503

Text Example


Text Example

White with #4D3503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,3); }

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

background-color css

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

 a { background-color: rgb(77,53,3); }

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

border-color css

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

 span { border-color: rgb(77,53,3); }

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