Html Css Color HEX #702900 Baker's Chocolate

📋 copy color: '#702900'

red 112 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #702900

Tints of Baker's Chocolate #702900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

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

R = 73.2%
G = 26.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702900 (or 0x702900) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 00. RGB value is (112,41,0). Sum of RGB (Red+Green+Blue) = 112+41+0=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #702900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702900 is #8FD6FF. Grayscale: #393939. Windows color (decimal): -9426688 or 10608. OLE color: 10608.

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

Color convert

RGB 112 41 0 -
CMYK 0 0.63 1 0.56
HSL 21.96º 1% 0.22% -
HSV(B) 21.96º 1% 0.44% -
XYZ 7.48 5.03 0.58 -
YUV 57.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 112 41 0 0 0.63 1 0.56 21.96 1 0.22
Hex 70 29 0 0 3F 64 38 16 64 16
Octal 160 51 0 0 77 144 70 26 144 26
Binary 1110000 101001 0 0 111111 1100100 111000 10110 1100100 10110

Color Harmonies of #702900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702900

Black with #702900

Text Example


Text Example

White with #702900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702900; }

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

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

background-color css

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

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

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

border-color css

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

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

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