Html Css Color HEX #702204 Baker's Chocolate

📋 copy color: '#702204'

red 112 ◦ green 34 ◦ blue 4

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

Shades of Baker's Chocolate #702204

Tints of Baker's Chocolate #702204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

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

R = 74.67%
G = 22.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#702204 (or 0x702204) is known color: Baker's Chocolate. HEX triplet: 70, 22 and 04. RGB value is (112,34,4). Sum of RGB (Red+Green+Blue) = 112+34+4=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #702204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702204 is #8FDDFB. Grayscale: #363636. Windows color (decimal): -9428476 or 270960. OLE color: 270960.

HSL color Cylindrical-coordinate representation of color #702204: hue angle of 16.67º 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 #702204 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 4 -
CMYK 0 0.70 0.96 0.56
HSL 16.67º 0.93% 0.23% -
HSV(B) 16.67º 0.96% 0.44% -
XYZ 7.28 4.6 0.62 -
YUV 53.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 112 34 4 0 0.70 0.96 0.56 16.67 0.93 0.23
Hex 70 22 4 0 46 60 38 11 5D 17
Octal 160 42 4 0 106 140 70 21 135 27
Binary 1110000 100010 100 0 1000110 1100000 111000 10001 1011101 10111

Color Harmonies of #702204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702204

Black with #702204

Text Example


Text Example

White with #702204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702204; }

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

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

background-color css

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

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

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

border-color css

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

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

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