Html Css Color HEX #702600 Baker's Chocolate

📋 copy color: '#702600'

red 112 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #702600

Tints of Baker's Chocolate #702600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.67%
G = 25.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702600 (or 0x702600) is known color: Baker's Chocolate. HEX triplet: 70, 26 and 00. RGB value is (112,38,0). Sum of RGB (Red+Green+Blue) = 112+38+0=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #702600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702600 is #8FD9FF. Grayscale: #383838. Windows color (decimal): -9427456 or 9840. OLE color: 9840.

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

Color convert

RGB 112 38 0 -
CMYK 0 0.66 1 0.56
HSL 20.36º 1% 0.22% -
HSV(B) 20.36º 1% 0.44% -
XYZ 7.38 4.83 0.54 -
YUV 55.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 112 38 0 0 0.66 1 0.56 20.36 1 0.22
Hex 70 26 0 0 42 64 38 14 64 16
Octal 160 46 0 0 102 144 70 24 144 26
Binary 1110000 100110 0 0 1000010 1100100 111000 10100 1100100 10110

Color Harmonies of #702600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702600

Black with #702600

Text Example


Text Example

White with #702600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702600; }

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

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

background-color css

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

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

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

border-color css

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

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

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