Html Css Color HEX #703300 Baker's Chocolate

📋 copy color: '#703300'

red 112 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #703300

Tints of Baker's Chocolate #703300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 68.71%
G = 31.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703300 (or 0x703300) is known color: Baker's Chocolate. HEX triplet: 70, 33 and 00. RGB value is (112,51,0). Sum of RGB (Red+Green+Blue) = 112+51+0=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #703300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703300 is #8FCCFF. Grayscale: #3F3F3F. Windows color (decimal): -9424128 or 13168. OLE color: 13168.

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

Color convert

RGB 112 51 0 -
CMYK 0 0.54 1 0.56
HSL 27.32º 1% 0.22% -
HSV(B) 27.32º 1% 0.44% -
XYZ 7.87 5.81 0.71 -
YUV 63.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 112 51 0 0 0.54 1 0.56 27.32 1 0.22
Hex 70 33 0 0 36 64 38 1B 64 16
Octal 160 63 0 0 66 144 70 33 144 26
Binary 1110000 110011 0 0 110110 1100100 111000 11011 1100100 10110

Color Harmonies of #703300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703300

Black with #703300

Text Example


Text Example

White with #703300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703300; }

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

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

background-color css

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

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

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

border-color css

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

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

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