Html Css Color HEX #672F19 Baker's Chocolate

📋 copy color: '#672F19'

red 103 ◦ green 47 ◦ blue 25

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

Shades of Baker's Chocolate #672F19

Tints of Baker's Chocolate #672F19

RGB

 RED value IS 103 (40.63% from 255) = 58.86%

 GREEN value IS 47 (18.75% from 255) = 26.86%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 58.86%
G = 26.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#672F19 (or 0x672F19) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 19. RGB value is (103,47,25). Sum of RGB (Red+Green+Blue) = 103+47+25=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #672F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F19 is #98D0E6. Grayscale: #3D3D3D. Windows color (decimal): -10014951 or 1650535. OLE color: 1650535.

HSL color Cylindrical-coordinate representation of color #672F19: hue angle of 16.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672F19 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 47 25 -
CMYK 0 0.54 0.76 0.60
HSL 16.92º 0.61% 0.25% -
HSV(B) 16.92º 0.76% 0.4% -
XYZ 6.79 4.99 1.52 -
YUV 61.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 103 47 25 0 0.54 0.76 0.60 16.92 0.61 0.25
Hex 67 2F 19 0 36 4C 3C 11 3D 19
Octal 147 57 31 0 66 114 74 21 75 31
Binary 1100111 101111 11001 0 110110 1001100 111100 10001 111101 11001

Color Harmonies of #672F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672F19

Black with #672F19

Text Example


Text Example

White with #672F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672F19; }

 p { color: rgb(103,47,25); }

 H1.HeaderClassName
 {
   color: #672F19;
 }
 .AnyTagClassName
 {
   color: #672F19;
 }
</style>

background-color css

<style>
 a { background-color: #672F19; }

 a { background-color: rgb(103,47,25); }

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

border-color css

<style>
 span { border-color: #672F19; }

 span { border-color: rgb(103,47,25); }

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