Html Css Color HEX #4D2509 Baker's Chocolate

📋 copy color: '#4D2509'

red 77 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #4D2509

Tints of Baker's Chocolate #4D2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 62.6%
G = 30.08%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4D2509 (or 0x4D2509) is known color: Baker's Chocolate. HEX triplet: 4D, 25 and 09. RGB value is (77,37,9). Sum of RGB (Red+Green+Blue) = 77+37+9=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2509 is #B2DAF6. Grayscale: #2D2D2D. Windows color (decimal): -11721463 or 599373. OLE color: 599373.

HSL color Cylindrical-coordinate representation of color #4D2509: hue angle of 24.71º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D2509 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 9 -
CMYK 0 0.52 0.88 0.70
HSL 24.71º 0.79% 0.17% -
HSV(B) 24.71º 0.88% 0.3% -
XYZ 3.77 2.92 0.62 -
YUV 45.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 77 37 9 0 0.52 0.88 0.70 24.71 0.79 0.17
Hex 4D 25 9 0 34 58 46 19 4F 11
Octal 115 45 11 0 64 130 106 31 117 21
Binary 1001101 100101 1001 0 110100 1011000 1000110 11001 1001111 10001

Color Harmonies of #4D2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2509

Black with #4D2509

Text Example


Text Example

White with #4D2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,9); }

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

background-color css

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

 a { background-color: rgb(77,37,9); }

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

border-color css

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

 span { border-color: rgb(77,37,9); }

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