Html Css Color HEX #702609 Baker's Chocolate

📋 copy color: '#702609'

red 112 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #702609

Tints of Baker's Chocolate #702609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 70.44%
G = 23.9%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702609 (or 0x702609) is known color: Baker's Chocolate. HEX triplet: 70, 26 and 09. RGB value is (112,38,9). Sum of RGB (Red+Green+Blue) = 112+38+9=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702609 is #8FD9F6. Grayscale: #393939. Windows color (decimal): -9427447 or 599664. OLE color: 599664.

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

Color convert

RGB 112 38 9 -
CMYK 0 0.66 0.92 0.56
HSL 16.89º 0.85% 0.24% -
HSV(B) 16.89º 0.92% 0.44% -
XYZ 7.42 4.85 0.8 -
YUV 56.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 112 38 9 0 0.66 0.92 0.56 16.89 0.85 0.24
Hex 70 26 9 0 42 5C 38 11 55 18
Octal 160 46 11 0 102 134 70 21 125 30
Binary 1110000 100110 1001 0 1000010 1011100 111000 10001 1010101 11000

Color Harmonies of #702609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702609

Black with #702609

Text Example


Text Example

White with #702609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702609; }

 p { color: rgb(112,38,9); }

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

background-color css

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

 a { background-color: rgb(112,38,9); }

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

border-color css

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

 span { border-color: rgb(112,38,9); }

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