Html Css Color HEX #673013 Baker's Chocolate

📋 copy color: '#673013'

red 103 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #673013

Tints of Baker's Chocolate #673013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 60.59%
G = 28.24%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#673013 (or 0x673013) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 13. RGB value is (103,48,19). Sum of RGB (Red+Green+Blue) = 103+48+19=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #673013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673013 is #98CFEC. Grayscale: #3D3D3D. Windows color (decimal): -10014701 or 1257575. OLE color: 1257575.

HSL color Cylindrical-coordinate representation of color #673013: hue angle of 20.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #673013 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 48 19 -
CMYK 0 0.53 0.82 0.60
HSL 20.71º 0.69% 0.24% -
HSV(B) 20.71º 0.82% 0.4% -
XYZ 6.77 5.04 1.23 -
YUV 61.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 103 48 19 0 0.53 0.82 0.60 20.71 0.69 0.24
Hex 67 30 13 0 35 52 3C 15 45 18
Octal 147 60 23 0 65 122 74 25 105 30
Binary 1100111 110000 10011 0 110101 1010010 111100 10101 1000101 11000

Color Harmonies of #673013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673013

Black with #673013

Text Example


Text Example

White with #673013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673013; }

 p { color: rgb(103,48,19); }

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

background-color css

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

 a { background-color: rgb(103,48,19); }

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

border-color css

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

 span { border-color: rgb(103,48,19); }

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