Html Css Color HEX #702704 Baker's Chocolate

📋 copy color: '#702704'

red 112 ◦ green 39 ◦ blue 4

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

Shades of Baker's Chocolate #702704

Tints of Baker's Chocolate #702704

RGB

 RED value IS 112 (44.14% from 255) = 72.26%

 GREEN value IS 39 (15.63% from 255) = 25.16%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 72.26%
G = 25.16%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#702704 (or 0x702704) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 04. RGB value is (112,39,4). Sum of RGB (Red+Green+Blue) = 112+39+4=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702704 is #8FD8FB. Grayscale: #393939. Windows color (decimal): -9427196 or 272240. OLE color: 272240.

HSL color Cylindrical-coordinate representation of color #702704: hue angle of 19.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #702704 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 4 -
CMYK 0 0.65 0.96 0.56
HSL 19.44º 0.93% 0.23% -
HSV(B) 19.44º 0.96% 0.44% -
XYZ 7.43 4.9 0.67 -
YUV 56.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 112 39 4 0 0.65 0.96 0.56 19.44 0.93 0.23
Hex 70 27 4 0 41 60 38 13 5D 17
Octal 160 47 4 0 101 140 70 23 135 27
Binary 1110000 100111 100 0 1000001 1100000 111000 10011 1011101 10111

Color Harmonies of #702704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702704

Black with #702704

Text Example


Text Example

White with #702704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702704; }

 p { color: rgb(112,39,4); }

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

background-color css

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

 a { background-color: rgb(112,39,4); }

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

border-color css

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

 span { border-color: rgb(112,39,4); }

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