Html Css Color HEX #702800 Baker's Chocolate

📋 copy color: '#702800'

red 112 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #702800

Tints of Baker's Chocolate #702800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

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

R = 73.68%
G = 26.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702800 (or 0x702800) is known color: Baker's Chocolate. HEX triplet: 70, 28 and 00. RGB value is (112,40,0). Sum of RGB (Red+Green+Blue) = 112+40+0=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702800 is #8FD7FF. Grayscale: #393939. Windows color (decimal): -9426944 or 10352. OLE color: 10352.

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

Color convert

RGB 112 40 0 -
CMYK 0 0.64 1 0.56
HSL 21.43º 1% 0.22% -
HSV(B) 21.43º 1% 0.44% -
XYZ 7.44 4.96 0.57 -
YUV 56.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 112 40 0 0 0.64 1 0.56 21.43 1 0.22
Hex 70 28 0 0 40 64 38 15 64 16
Octal 160 50 0 0 100 144 70 25 144 26
Binary 1110000 101000 0 0 1000000 1100100 111000 10101 1100100 10110

Color Harmonies of #702800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702800

Black with #702800

Text Example


Text Example

White with #702800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702800; }

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

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

background-color css

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

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

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

border-color css

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

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

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