Html Css Color HEX #703506 Baker's Chocolate

📋 copy color: '#703506'

red 112 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #703506

Tints of Baker's Chocolate #703506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 65.5%
G = 30.99%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#703506 (or 0x703506) is known color: Baker's Chocolate. HEX triplet: 70, 35 and 06. RGB value is (112,53,6). Sum of RGB (Red+Green+Blue) = 112+53+6=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703506 is #8FCAF9. Grayscale: #414141. Windows color (decimal): -9423610 or 406896. OLE color: 406896.

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

Color convert

RGB 112 53 6 -
CMYK 0 0.53 0.95 0.56
HSL 26.6º 0.9% 0.23% -
HSV(B) 26.6º 0.95% 0.44% -
XYZ 7.99 6 0.91 -
YUV 65.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 112 53 6 0 0.53 0.95 0.56 26.6 0.9 0.23
Hex 70 35 6 0 35 5F 38 1B 5A 17
Octal 160 65 6 0 65 137 70 33 132 27
Binary 1110000 110101 110 0 110101 1011111 111000 11011 1011010 10111

Color Harmonies of #703506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703506

Black with #703506

Text Example


Text Example

White with #703506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703506; }

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

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

background-color css

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

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

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

border-color css

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

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

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