Html Css Color HEX #672302 Baker's Chocolate

📋 copy color: '#672302'

red 103 ◦ green 35 ◦ blue 2

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

Shades of Baker's Chocolate #672302

Tints of Baker's Chocolate #672302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 73.57%
G = 25%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#672302 (or 0x672302) is known color: Baker's Chocolate. HEX triplet: 67, 23 and 02. RGB value is (103,35,2). Sum of RGB (Red+Green+Blue) = 103+35+2=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #672302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672302 is #98DCFD. Grayscale: #333333. Windows color (decimal): -10018046 or 140135. OLE color: 140135.

HSL color Cylindrical-coordinate representation of color #672302: hue angle of 19.6º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #672302 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 2 -
CMYK 0 0.66 0.98 0.60
HSL 19.6º 0.96% 0.21% -
HSV(B) 19.6º 0.98% 0.4% -
XYZ 6.21 4.09 0.52 -
YUV 51.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 103 35 2 0 0.66 0.98 0.60 19.6 0.96 0.21
Hex 67 23 2 0 42 62 3C 14 60 15
Octal 147 43 2 0 102 142 74 24 140 25
Binary 1100111 100011 10 0 1000010 1100010 111100 10100 1100000 10101

Color Harmonies of #672302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672302

Black with #672302

Text Example


Text Example

White with #672302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672302; }

 p { color: rgb(103,35,2); }

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

background-color css

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

 a { background-color: rgb(103,35,2); }

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

border-color css

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

 span { border-color: rgb(103,35,2); }

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