Html Css Color HEX #703000 Baker's Chocolate

📋 copy color: '#703000'

red 112 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #703000

Tints of Baker's Chocolate #703000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703000 (or 0x703000) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 00. RGB value is (112,48,0). Sum of RGB (Red+Green+Blue) = 112+48+0=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #703000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703000 is #8FCFFF. Grayscale: #3D3D3D. Windows color (decimal): -9424896 or 12400. OLE color: 12400.

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

Color convert

RGB 112 48 0 -
CMYK 0 0.57 1 0.56
HSL 25.71º 1% 0.22% -
HSV(B) 25.71º 1% 0.44% -
XYZ 7.74 5.56 0.67 -
YUV 61.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 112 48 0 0 0.57 1 0.56 25.71 1 0.22
Hex 70 30 0 0 39 64 38 1A 64 16
Octal 160 60 0 0 71 144 70 32 144 26
Binary 1110000 110000 0 0 111001 1100100 111000 11010 1100100 10110

Color Harmonies of #703000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703000

Black with #703000

Text Example


Text Example

White with #703000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703000; }

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

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

background-color css

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

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

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

border-color css

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

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

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