Html Css Color HEX #703508 Baker's Chocolate

📋 copy color: '#703508'

red 112 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #703508

Tints of Baker's Chocolate #703508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 64.74%
G = 30.64%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#703508 (or 0x703508) is known color: Baker's Chocolate. HEX triplet: 70, 35 and 08. RGB value is (112,53,8). Sum of RGB (Red+Green+Blue) = 112+53+8=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703508 is #8FCAF7. Grayscale: #414141. Windows color (decimal): -9423608 or 537968. OLE color: 537968.

HSL color Cylindrical-coordinate representation of color #703508: hue angle of 25.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #703508 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 8 -
CMYK 0 0.53 0.93 0.56
HSL 25.96º 0.87% 0.24% -
HSV(B) 25.96º 0.93% 0.44% -
XYZ 8 6.01 0.97 -
YUV 65.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 112 53 8 0 0.53 0.93 0.56 25.96 0.87 0.24
Hex 70 35 8 0 35 5D 38 1A 57 18
Octal 160 65 10 0 65 135 70 32 127 30
Binary 1110000 110101 1000 0 110101 1011101 111000 11010 1010111 11000

Color Harmonies of #703508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703508

Black with #703508

Text Example


Text Example

White with #703508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703508; }

 p { color: rgb(112,53,8); }

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

background-color css

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

 a { background-color: rgb(112,53,8); }

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

border-color css

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

 span { border-color: rgb(112,53,8); }

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