Html Css Color HEX #703003 Baker's Chocolate

📋 copy color: '#703003'

red 112 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #703003

Tints of Baker's Chocolate #703003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 68.71%
G = 29.45%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#703003 (or 0x703003) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 03. RGB value is (112,48,3). Sum of RGB (Red+Green+Blue) = 112+48+3=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #703003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703003 is #8FCFFC. Grayscale: #3E3E3E. Windows color (decimal): -9424893 or 209008. OLE color: 209008.

HSL color Cylindrical-coordinate representation of color #703003: hue angle of 24.77º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #703003 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 3 -
CMYK 0 0.57 0.97 0.56
HSL 24.77º 0.95% 0.23% -
HSV(B) 24.77º 0.97% 0.44% -
XYZ 7.76 5.57 0.75 -
YUV 62.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 112 48 3 0 0.57 0.97 0.56 24.77 0.95 0.23
Hex 70 30 3 0 39 61 38 19 5F 17
Octal 160 60 3 0 71 141 70 31 137 27
Binary 1110000 110000 11 0 111001 1100001 111000 11001 1011111 10111

Color Harmonies of #703003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703003

Black with #703003

Text Example


Text Example

White with #703003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703003; }

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

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

background-color css

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

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

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

border-color css

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

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

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