Html Css Color HEX #702001 Baker's Chocolate

📋 copy color: '#702001'

red 112 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #702001

Tints of Baker's Chocolate #702001

RGB

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

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

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

R = 77.24%
G = 22.07%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702001 (or 0x702001) is known color: Baker's Chocolate. HEX triplet: 70, 20 and 01. RGB value is (112,32,1). Sum of RGB (Red+Green+Blue) = 112+32+1=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #702001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702001 is #8FDFFE. Grayscale: #343434. Windows color (decimal): -9428991 or 73840. OLE color: 73840.

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

Color convert

RGB 112 32 1 -
CMYK 0 0.71 0.99 0.56
HSL 16.76º 0.98% 0.22% -
HSV(B) 16.76º 0.99% 0.44% -
XYZ 7.2 4.48 0.51 -
YUV 52.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 112 32 1 0 0.71 0.99 0.56 16.76 0.98 0.22
Hex 70 20 1 0 47 63 38 11 62 16
Octal 160 40 1 0 107 143 70 21 142 26
Binary 1110000 100000 1 0 1000111 1100011 111000 10001 1100010 10110

Color Harmonies of #702001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702001

Black with #702001

Text Example


Text Example

White with #702001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702001; }

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

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

background-color css

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

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

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

border-color css

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

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

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