Html Css Color HEX #702A00 Baker's Chocolate

📋 copy color: '#702A00'

red 112 ◦ green 42 ◦ blue 0

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

Shades of Baker's Chocolate #702A00

Tints of Baker's Chocolate #702A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702A00 (or 0x702A00) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 00. RGB value is (112,42,0). Sum of RGB (Red+Green+Blue) = 112+42+0=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #702A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A00 is #8FD5FF. Grayscale: #3A3A3A. Windows color (decimal): -9426432 or 10864. OLE color: 10864.

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

Color convert

RGB 112 42 0 -
CMYK 0 0.62 1 0.56
HSL 22.5º 1% 0.22% -
HSV(B) 22.5º 1% 0.44% -
XYZ 7.51 5.1 0.59 -
YUV 58.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 112 42 0 0 0.62 1 0.56 22.5 1 0.22
Hex 70 2A 0 0 3E 64 38 16 64 16
Octal 160 52 0 0 76 144 70 26 144 26
Binary 1110000 101010 0 0 111110 1100100 111000 10110 1100100 10110

Color Harmonies of #702A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A00

Black with #702A00

Text Example


Text Example

White with #702A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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