Html Css Color HEX #702A02 Baker's Chocolate

📋 copy color: '#702A02'

red 112 ◦ green 42 ◦ blue 2

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

Shades of Baker's Chocolate #702A02

Tints of Baker's Chocolate #702A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 71.79%
G = 26.92%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#702A02 (or 0x702A02) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 02. RGB value is (112,42,2). Sum of RGB (Red+Green+Blue) = 112+42+2=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #702A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A02 is #8FD5FD. Grayscale: #3A3A3A. Windows color (decimal): -9426430 or 141936. OLE color: 141936.

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

Color convert

RGB 112 42 2 -
CMYK 0 0.62 0.98 0.56
HSL 21.82º 0.96% 0.22% -
HSV(B) 21.82º 0.98% 0.44% -
XYZ 7.52 5.11 0.65 -
YUV 58.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 112 42 2 0 0.62 0.98 0.56 21.82 0.96 0.22
Hex 70 2A 2 0 3E 62 38 16 60 16
Octal 160 52 2 0 76 142 70 26 140 26
Binary 1110000 101010 10 0 111110 1100010 111000 10110 1100000 10110

Color Harmonies of #702A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A02

Black with #702A02

Text Example


Text Example

White with #702A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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