Html Css Color HEX #672E03 Baker's Chocolate

📋 copy color: '#672E03'

red 103 ◦ green 46 ◦ blue 3

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

Shades of Baker's Chocolate #672E03

Tints of Baker's Chocolate #672E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.26%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 67.76%
G = 30.26%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#672E03 (or 0x672E03) is known color: Baker's Chocolate. HEX triplet: 67, 2E and 03. RGB value is (103,46,3). Sum of RGB (Red+Green+Blue) = 103+46+3=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #672E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672E03 is #98D1FC. Grayscale: #3A3A3A. Windows color (decimal): -10015229 or 208487. OLE color: 208487.

HSL color Cylindrical-coordinate representation of color #672E03: hue angle of 25.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #672E03 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 46 3 -
CMYK 0 0.55 0.97 0.60
HSL 25.8º 0.94% 0.21% -
HSV(B) 25.8º 0.97% 0.4% -
XYZ 6.59 4.84 0.67 -
YUV 58.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 103 46 3 0 0.55 0.97 0.60 25.8 0.94 0.21
Hex 67 2E 3 0 37 61 3C 1A 5E 15
Octal 147 56 3 0 67 141 74 32 136 25
Binary 1100111 101110 11 0 110111 1100001 111100 11010 1011110 10101

Color Harmonies of #672E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E03

Black with #672E03

Text Example


Text Example

White with #672E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,46,3); }

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

background-color css

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

 a { background-color: rgb(103,46,3); }

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

border-color css

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

 span { border-color: rgb(103,46,3); }

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