Html Css Color HEX #702705 Baker's Chocolate

📋 copy color: '#702705'

red 112 ◦ green 39 ◦ blue 5

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

Shades of Baker's Chocolate #702705

Tints of Baker's Chocolate #702705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 71.79%
G = 25%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#702705 (or 0x702705) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 05. RGB value is (112,39,5). Sum of RGB (Red+Green+Blue) = 112+39+5=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #702705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702705 is #8FD8FA. Grayscale: #393939. Windows color (decimal): -9427195 or 337776. OLE color: 337776.

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

Color convert

RGB 112 39 5 -
CMYK 0 0.65 0.96 0.56
HSL 19.07º 0.91% 0.23% -
HSV(B) 19.07º 0.96% 0.44% -
XYZ 7.44 4.91 0.7 -
YUV 56.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 112 39 5 0 0.65 0.96 0.56 19.07 0.91 0.23
Hex 70 27 5 0 41 60 38 13 5B 17
Octal 160 47 5 0 101 140 70 23 133 27
Binary 1110000 100111 101 0 1000001 1100000 111000 10011 1011011 10111

Color Harmonies of #702705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702705

Black with #702705

Text Example


Text Example

White with #702705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702705; }

 p { color: rgb(112,39,5); }

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

background-color css

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

 a { background-color: rgb(112,39,5); }

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

border-color css

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

 span { border-color: rgb(112,39,5); }

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