Html Css Color HEX #672C0C Baker's Chocolate

📋 copy color: '#672C0C'

red 103 ◦ green 44 ◦ blue 12

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

Shades of Baker's Chocolate #672C0C

Tints of Baker's Chocolate #672C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 64.78%
G = 27.67%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#672C0C (or 0x672C0C) is known color: Baker's Chocolate. HEX triplet: 67, 2C and 0C. RGB value is (103,44,12). Sum of RGB (Red+Green+Blue) = 103+44+12=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #672C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C0C is #98D3F3. Grayscale: #3A3A3A. Windows color (decimal): -10015732 or 797799. OLE color: 797799.

HSL color Cylindrical-coordinate representation of color #672C0C: hue angle of 21.1º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #672C0C is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 44 12 -
CMYK 0 0.57 0.88 0.60
HSL 21.1º 0.79% 0.23% -
HSV(B) 21.1º 0.88% 0.4% -
XYZ 6.56 4.71 0.91 -
YUV 57.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 103 44 12 0 0.57 0.88 0.60 21.1 0.79 0.23
Hex 67 2C C 0 39 58 3C 15 4F 17
Octal 147 54 14 0 71 130 74 25 117 27
Binary 1100111 101100 1100 0 111001 1011000 111100 10101 1001111 10111

Color Harmonies of #672C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672C0C

Black with #672C0C

Text Example


Text Example

White with #672C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,44,12); }

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

background-color css

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

 a { background-color: rgb(103,44,12); }

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

border-color css

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

 span { border-color: rgb(103,44,12); }

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