Html Css Color HEX #702801 Baker's Chocolate

📋 copy color: '#702801'

red 112 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #702801

Tints of Baker's Chocolate #702801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 73.2%
G = 26.14%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702801 (or 0x702801) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 01. RGB value is (112,40,1). Sum of RGB (Red+Green+Blue) = 112+40+1=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #702801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702801 is #8FD7FE. Grayscale: #393939. Windows color (decimal): -9426943 or 75888. OLE color: 75888.

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

Color convert

RGB 112 40 1 -
CMYK 0 0.64 0.99 0.56
HSL 21.08º 0.98% 0.22% -
HSV(B) 21.08º 0.99% 0.44% -
XYZ 7.45 4.96 0.59 -
YUV 57.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 112 40 1 0 0.64 0.99 0.56 21.08 0.98 0.22
Hex 70 28 1 0 40 63 38 15 62 16
Octal 160 50 1 0 100 143 70 25 142 26
Binary 1110000 101000 1 0 1000000 1100011 111000 10101 1100010 10110

Color Harmonies of #702801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702801

Black with #702801

Text Example


Text Example

White with #702801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702801; }

 p { color: rgb(112,40,1); }

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

background-color css

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

 a { background-color: rgb(112,40,1); }

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

border-color css

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

 span { border-color: rgb(112,40,1); }

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