Html Css Color HEX #702902 Baker's Chocolate

📋 copy color: '#702902'

red 112 ◦ green 41 ◦ blue 2

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

Shades of Baker's Chocolate #702902

Tints of Baker's Chocolate #702902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 72.26%
G = 26.45%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#702902 (or 0x702902) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 02. RGB value is (112,41,2). Sum of RGB (Red+Green+Blue) = 112+41+2=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702902 is #8FD6FD. Grayscale: #3A3A3A. Windows color (decimal): -9426686 or 141680. OLE color: 141680.

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

Color convert

RGB 112 41 2 -
CMYK 0 0.63 0.98 0.56
HSL 21.27º 0.96% 0.22% -
HSV(B) 21.27º 0.98% 0.44% -
XYZ 7.49 5.04 0.63 -
YUV 57.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 112 41 2 0 0.63 0.98 0.56 21.27 0.96 0.22
Hex 70 29 2 0 3F 62 38 15 60 16
Octal 160 51 2 0 77 142 70 25 140 26
Binary 1110000 101001 10 0 111111 1100010 111000 10101 1100000 10110

Color Harmonies of #702902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702902

Black with #702902

Text Example


Text Example

White with #702902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702902; }

 p { color: rgb(112,41,2); }

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

background-color css

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

 a { background-color: rgb(112,41,2); }

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

border-color css

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

 span { border-color: rgb(112,41,2); }

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