Html Css Color HEX #673419 Baker's Chocolate

📋 copy color: '#673419'

red 103 ◦ green 52 ◦ blue 25

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

Shades of Baker's Chocolate #673419

Tints of Baker's Chocolate #673419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 57.22%
G = 28.89%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#673419 (or 0x673419) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 19. RGB value is (103,52,25). Sum of RGB (Red+Green+Blue) = 103+52+25=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #673419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673419 is #98CBE6. Grayscale: #404040. Windows color (decimal): -10013671 or 1651815. OLE color: 1651815.

HSL color Cylindrical-coordinate representation of color #673419: hue angle of 20.77º 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 #673419 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 52 25 -
CMYK 0 0.50 0.76 0.60
HSL 20.77º 0.61% 0.25% -
HSV(B) 20.77º 0.76% 0.4% -
XYZ 7 5.41 1.6 -
YUV 64.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 103 52 25 0 0.50 0.76 0.60 20.77 0.61 0.25
Hex 67 34 19 0 32 4C 3C 15 3D 19
Octal 147 64 31 0 62 114 74 25 75 31
Binary 1100111 110100 11001 0 110010 1001100 111100 10101 111101 11001

Color Harmonies of #673419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673419

Black with #673419

Text Example


Text Example

White with #673419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673419; }

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

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

background-color css

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

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

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

border-color css

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

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

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