Html Css Color HEX #4F3205 Baker's Chocolate

📋 copy color: '#4F3205'

red 79 ◦ green 50 ◦ blue 5

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

Shades of Baker's Chocolate #4F3205

Tints of Baker's Chocolate #4F3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

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

R = 58.96%
G = 37.31%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#4F3205 (or 0x4F3205) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 05. RGB value is (79,50,5). Sum of RGB (Red+Green+Blue) = 79+50+5=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3205 is #B0CDFA. Grayscale: #353535. Windows color (decimal): -11587067 or 340559. OLE color: 340559.

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

Color convert

RGB 79 50 5 -
CMYK 0 0.37 0.94 0.69
HSL 36.49º 0.88% 0.16% -
HSV(B) 36.49º 0.94% 0.31% -
XYZ 4.39 3.95 0.68 -
YUV 53.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 79 50 5 0 0.37 0.94 0.69 36.49 0.88 0.16
Hex 4F 32 5 0 25 5E 45 24 58 10
Octal 117 62 5 0 45 136 105 44 130 20
Binary 1001111 110010 101 0 100101 1011110 1000101 100100 1011000 10000

Color Harmonies of #4F3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3205

Black with #4F3205

Text Example


Text Example

White with #4F3205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,5); }

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

background-color css

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

 a { background-color: rgb(79,50,5); }

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

border-color css

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

 span { border-color: rgb(79,50,5); }

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