Html Css Color HEX #672F15 Baker's Chocolate

📋 copy color: '#672F15'

red 103 ◦ green 47 ◦ blue 21

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

Shades of Baker's Chocolate #672F15

Tints of Baker's Chocolate #672F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 60.23%
G = 27.49%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#672F15 (or 0x672F15) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 15. RGB value is (103,47,21). Sum of RGB (Red+Green+Blue) = 103+47+21=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F15 is #98D0EA. Grayscale: #3C3C3C. Windows color (decimal): -10014955 or 1388391. OLE color: 1388391.

HSL color Cylindrical-coordinate representation of color #672F15: hue angle of 19.02º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672F15 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 47 21 -
CMYK 0 0.54 0.80 0.60
HSL 19.02º 0.66% 0.24% -
HSV(B) 19.02º 0.8% 0.4% -
XYZ 6.75 4.97 1.31 -
YUV 60.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 103 47 21 0 0.54 0.80 0.60 19.02 0.66 0.24
Hex 67 2F 15 0 36 50 3C 13 42 18
Octal 147 57 25 0 66 120 74 23 102 30
Binary 1100111 101111 10101 0 110110 1010000 111100 10011 1000010 11000

Color Harmonies of #672F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672F15

Black with #672F15

Text Example


Text Example

White with #672F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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