Html Css Color HEX #702000 Baker's Chocolate

📋 copy color: '#702000'

red 112 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #702000

Tints of Baker's Chocolate #702000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702000 (or 0x702000) is known color: Baker's Chocolate. HEX triplet: 70, 20 and 00. RGB value is (112,32,0). Sum of RGB (Red+Green+Blue) = 112+32+0=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #702000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702000 is #8FDFFF. Grayscale: #343434. Windows color (decimal): -9428992 or 8304. OLE color: 8304.

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

Color convert

RGB 112 32 0 -
CMYK 0 0.71 1 0.56
HSL 17.14º 1% 0.22% -
HSV(B) 17.14º 1% 0.44% -
XYZ 7.2 4.48 0.48 -
YUV 52.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 112 32 0 0 0.71 1 0.56 17.14 1 0.22
Hex 70 20 0 0 47 64 38 11 64 16
Octal 160 40 0 0 107 144 70 21 144 26
Binary 1110000 100000 0 0 1000111 1100100 111000 10001 1100100 10110

Color Harmonies of #702000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702000

Black with #702000

Text Example


Text Example

White with #702000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702000; }

 p { color: rgb(112,32,0); }

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

background-color css

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

 a { background-color: rgb(112,32,0); }

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

border-color css

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

 span { border-color: rgb(112,32,0); }

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