Html Css Color HEX #4D2B05 Baker's Chocolate

📋 copy color: '#4D2B05'

red 77 ◦ green 43 ◦ blue 5

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

Shades of Baker's Chocolate #4D2B05

Tints of Baker's Chocolate #4D2B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.4%

 BLUE value IS 5 (2.34% from 255) = 4%

R = 61.6%
G = 34.4%
B = 4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D2B05 (or 0x4D2B05) is known color: Baker's Chocolate. HEX triplet: 4D, 2B and 05. RGB value is (77,43,5). Sum of RGB (Red+Green+Blue) = 77+43+5=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2B05 is #B2D4FA. Grayscale: #313131. Windows color (decimal): -11719931 or 338765. OLE color: 338765.

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

Color convert

RGB 77 43 5 -
CMYK 0 0.44 0.94 0.70
HSL 31.67º 0.88% 0.16% -
HSV(B) 31.67º 0.94% 0.3% -
XYZ 3.95 3.32 0.58 -
YUV 48.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 77 43 5 0 0.44 0.94 0.70 31.67 0.88 0.16
Hex 4D 2B 5 0 2C 5E 46 20 58 10
Octal 115 53 5 0 54 136 106 40 130 20
Binary 1001101 101011 101 0 101100 1011110 1000110 100000 1011000 10000

Color Harmonies of #4D2B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2B05

Black with #4D2B05

Text Example


Text Example

White with #4D2B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,43,5); }

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

background-color css

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

 a { background-color: rgb(77,43,5); }

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

border-color css

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

 span { border-color: rgb(77,43,5); }

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