Html Css Color HEX #703303 Baker's Chocolate

📋 copy color: '#703303'

red 112 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #703303

Tints of Baker's Chocolate #703303

RGB

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

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

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

R = 67.47%
G = 30.72%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#703303 (or 0x703303) is known color: Baker's Chocolate. HEX triplet: 70, 33 and 03. RGB value is (112,51,3). Sum of RGB (Red+Green+Blue) = 112+51+3=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #703303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703303 is #8FCCFC. Grayscale: #404040. Windows color (decimal): -9424125 or 209776. OLE color: 209776.

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

Color convert

RGB 112 51 3 -
CMYK 0 0.54 0.97 0.56
HSL 26.42º 0.95% 0.23% -
HSV(B) 26.42º 0.97% 0.44% -
XYZ 7.88 5.82 0.79 -
YUV 63.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 112 51 3 0 0.54 0.97 0.56 26.42 0.95 0.23
Hex 70 33 3 0 36 61 38 1A 5F 17
Octal 160 63 3 0 66 141 70 32 137 27
Binary 1110000 110011 11 0 110110 1100001 111000 11010 1011111 10111

Color Harmonies of #703303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703303

Black with #703303

Text Example


Text Example

White with #703303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703303; }

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

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

background-color css

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

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

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

border-color css

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

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

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