Html Css Color HEX #4F3502 Baker's Chocolate

📋 copy color: '#4F3502'

red 79 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #4F3502

Tints of Baker's Chocolate #4F3502

RGB

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

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

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

R = 58.96%
G = 39.55%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F3502 (or 0x4F3502) is known color: Baker's Chocolate. HEX triplet: 4F, 35 and 02. RGB value is (79,53,2). Sum of RGB (Red+Green+Blue) = 79+53+2=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3502 is #B0CAFD. Grayscale: #373737. Windows color (decimal): -11586302 or 144719. OLE color: 144719.

HSL color Cylindrical-coordinate representation of color #4F3502: hue angle of 39.74º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F3502 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 53 2 -
CMYK 0 0.33 0.97 0.69
HSL 39.74º 0.95% 0.16% -
HSV(B) 39.74º 0.97% 0.31% -
XYZ 4.51 4.21 0.63 -
YUV 54.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 79 53 2 0 0.33 0.97 0.69 39.74 0.95 0.16
Hex 4F 35 2 0 21 61 45 28 5F 10
Octal 117 65 2 0 41 141 105 50 137 20
Binary 1001111 110101 10 0 100001 1100001 1000101 101000 1011111 10000

Color Harmonies of #4F3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3502

Black with #4F3502

Text Example


Text Example

White with #4F3502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,53,2); }

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

background-color css

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

 a { background-color: rgb(79,53,2); }

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

border-color css

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

 span { border-color: rgb(79,53,2); }

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