Html Css Color HEX #702A01 Baker's Chocolate

📋 copy color: '#702A01'

red 112 ◦ green 42 ◦ blue 1

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

Shades of Baker's Chocolate #702A01

Tints of Baker's Chocolate #702A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.1%

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

R = 72.26%
G = 27.1%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702A01 (or 0x702A01) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 01. RGB value is (112,42,1). Sum of RGB (Red+Green+Blue) = 112+42+1=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A01 is #8FD5FE. Grayscale: #3A3A3A. Windows color (decimal): -9426431 or 76400. OLE color: 76400.

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

Color convert

RGB 112 42 1 -
CMYK 0 0.62 0.99 0.56
HSL 22.16º 0.98% 0.22% -
HSV(B) 22.16º 0.99% 0.44% -
XYZ 7.52 5.1 0.62 -
YUV 58.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 112 42 1 0 0.62 0.99 0.56 22.16 0.98 0.22
Hex 70 2A 1 0 3E 63 38 16 62 16
Octal 160 52 1 0 76 143 70 26 142 26
Binary 1110000 101010 1 0 111110 1100011 111000 10110 1100010 10110

Color Harmonies of #702A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A01

Black with #702A01

Text Example


Text Example

White with #702A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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