Html Css Color HEX #702C01 Baker's Chocolate

📋 copy color: '#702C01'

red 112 ◦ green 44 ◦ blue 1

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

Shades of Baker's Chocolate #702C01

Tints of Baker's Chocolate #702C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.03%

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

R = 71.34%
G = 28.03%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702C01 (or 0x702C01) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 01. RGB value is (112,44,1). Sum of RGB (Red+Green+Blue) = 112+44+1=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #702C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C01 is #8FD3FE. Grayscale: #3B3B3B. Windows color (decimal): -9425919 or 76912. OLE color: 76912.

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

Color convert

RGB 112 44 1 -
CMYK 0 0.61 0.99 0.56
HSL 23.24º 0.98% 0.22% -
HSV(B) 23.24º 0.99% 0.44% -
XYZ 7.59 5.25 0.64 -
YUV 59.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 112 44 1 0 0.61 0.99 0.56 23.24 0.98 0.22
Hex 70 2C 1 0 3D 63 38 17 62 16
Octal 160 54 1 0 75 143 70 27 142 26
Binary 1110000 101100 1 0 111101 1100011 111000 10111 1100010 10110

Color Harmonies of #702C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C01

Black with #702C01

Text Example


Text Example

White with #702C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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