Html Css Color HEX #703002 Baker's Chocolate

📋 copy color: '#703002'

red 112 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #703002

Tints of Baker's Chocolate #703002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 69.14%
G = 29.63%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#703002 (or 0x703002) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 02. RGB value is (112,48,2). Sum of RGB (Red+Green+Blue) = 112+48+2=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #703002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703002 is #8FCFFD. Grayscale: #3E3E3E. Windows color (decimal): -9424894 or 143472. OLE color: 143472.

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

Color convert

RGB 112 48 2 -
CMYK 0 0.57 0.98 0.56
HSL 25.09º 0.96% 0.22% -
HSV(B) 25.09º 0.98% 0.44% -
XYZ 7.75 5.56 0.72 -
YUV 61.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 112 48 2 0 0.57 0.98 0.56 25.09 0.96 0.22
Hex 70 30 2 0 39 62 38 19 60 16
Octal 160 60 2 0 71 142 70 31 140 26
Binary 1110000 110000 10 0 111001 1100010 111000 11001 1100000 10110

Color Harmonies of #703002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703002

Black with #703002

Text Example


Text Example

White with #703002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703002; }

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

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

background-color css

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

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

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

border-color css

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

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

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