Html Css Color HEX #702200 Baker's Chocolate

📋 copy color: '#702200'

red 112 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #702200

Tints of Baker's Chocolate #702200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

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

R = 76.71%
G = 23.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702200 (or 0x702200) is known color: Baker's Chocolate. HEX triplet: 70, 22 and 00. RGB value is (112,34,0). Sum of RGB (Red+Green+Blue) = 112+34+0=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #702200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702200 is #8FDDFF. Grayscale: #353535. Windows color (decimal): -9428480 or 8816. OLE color: 8816.

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

Color convert

RGB 112 34 0 -
CMYK 0 0.70 1 0.56
HSL 18.21º 1% 0.22% -
HSV(B) 18.21º 1% 0.44% -
XYZ 7.25 4.59 0.5 -
YUV 53.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 112 34 0 0 0.70 1 0.56 18.21 1 0.22
Hex 70 22 0 0 46 64 38 12 64 16
Octal 160 42 0 0 106 144 70 22 144 26
Binary 1110000 100010 0 0 1000110 1100100 111000 10010 1100100 10110

Color Harmonies of #702200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702200

Black with #702200

Text Example


Text Example

White with #702200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702200; }

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

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

background-color css

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

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

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

border-color css

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

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

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