Html Css Color HEX #70270D Baker's Chocolate

📋 copy color: '#70270D'

red 112 ◦ green 39 ◦ blue 13

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

Shades of Baker's Chocolate #70270D

Tints of Baker's Chocolate #70270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 68.29%
G = 23.78%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70270D (or 0x70270D) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 0D. RGB value is (112,39,13). Sum of RGB (Red+Green+Blue) = 112+39+13=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70270D is #8FD8F2. Grayscale: #3A3A3A. Windows color (decimal): -9427187 or 862064. OLE color: 862064.

HSL color Cylindrical-coordinate representation of color #70270D: hue angle of 15.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70270D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 13 -
CMYK 0 0.65 0.88 0.56
HSL 15.76º 0.79% 0.25% -
HSV(B) 15.76º 0.88% 0.44% -
XYZ 7.48 4.92 0.94 -
YUV 57.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 112 39 13 0 0.65 0.88 0.56 15.76 0.79 0.25
Hex 70 27 D 0 41 58 38 10 4F 19
Octal 160 47 15 0 101 130 70 20 117 31
Binary 1110000 100111 1101 0 1000001 1011000 111000 10000 1001111 11001

Color Harmonies of #70270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70270D

Black with #70270D

Text Example


Text Example

White with #70270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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