Html Css Color HEX #4F250B Baker's Chocolate

📋 copy color: '#4F250B'

red 79 ◦ green 37 ◦ blue 11

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

Shades of Baker's Chocolate #4F250B

Tints of Baker's Chocolate #4F250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 62.2%
G = 29.13%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F250B (or 0x4F250B) is known color: Baker's Chocolate. HEX triplet: 4F, 25 and 0B. RGB value is (79,37,11). Sum of RGB (Red+Green+Blue) = 79+37+11=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F250B is #B0DAF4. Grayscale: #2E2E2E. Windows color (decimal): -11590389 or 730447. OLE color: 730447.

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

Color convert

RGB 79 37 11 -
CMYK 0 0.53 0.86 0.69
HSL 22.94º 0.76% 0.18% -
HSV(B) 22.94º 0.86% 0.31% -
XYZ 3.95 3.01 0.69 -
YUV 46.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 79 37 11 0 0.53 0.86 0.69 22.94 0.76 0.18
Hex 4F 25 B 0 35 56 45 17 4C 12
Octal 117 45 13 0 65 126 105 27 114 22
Binary 1001111 100101 1011 0 110101 1010110 1000101 10111 1001100 10010

Color Harmonies of #4F250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F250B

Black with #4F250B

Text Example


Text Example

White with #4F250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,37,11); }

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

background-color css

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

 a { background-color: rgb(79,37,11); }

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

border-color css

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

 span { border-color: rgb(79,37,11); }

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