Html Css Color HEX #4F2606 Baker's Chocolate

📋 copy color: '#4F2606'

red 79 ◦ green 38 ◦ blue 6

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

Shades of Baker's Chocolate #4F2606

Tints of Baker's Chocolate #4F2606

RGB

 RED value IS 79 (31.25% from 255) = 64.23%

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 64.23%
G = 30.89%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F2606 (or 0x4F2606) is known color: Baker's Chocolate. HEX triplet: 4F, 26 and 06. RGB value is (79,38,6). Sum of RGB (Red+Green+Blue) = 79+38+6=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2606 is #B0D9F9. Grayscale: #2E2E2E. Windows color (decimal): -11590138 or 403023. OLE color: 403023.

HSL color Cylindrical-coordinate representation of color #4F2606: hue angle of 26.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F2606 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 38 6 -
CMYK 0 0.52 0.92 0.69
HSL 26.3º 0.86% 0.17% -
HSV(B) 26.3º 0.92% 0.31% -
XYZ 3.95 3.06 0.56 -
YUV 46.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 79 38 6 0 0.52 0.92 0.69 26.3 0.86 0.17
Hex 4F 26 6 0 34 5C 45 1A 56 11
Octal 117 46 6 0 64 134 105 32 126 21
Binary 1001111 100110 110 0 110100 1011100 1000101 11010 1010110 10001

Color Harmonies of #4F2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2606

Black with #4F2606

Text Example


Text Example

White with #4F2606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,38,6); }

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

background-color css

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

 a { background-color: rgb(79,38,6); }

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

border-color css

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

 span { border-color: rgb(79,38,6); }

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