Html Css Color HEX #702300 Baker's Chocolate

📋 copy color: '#702300'

red 112 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #702300

Tints of Baker's Chocolate #702300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

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

R = 76.19%
G = 23.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#702300 (or 0x702300) is known color: Baker's Chocolate. HEX triplet: 70, 23 and 00. RGB value is (112,35,0). Sum of RGB (Red+Green+Blue) = 112+35+0=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #702300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702300 is #8FDCFF. Grayscale: #363636. Windows color (decimal): -9428224 or 9072. OLE color: 9072.

HSL color Cylindrical-coordinate representation of color #702300: hue angle of 18.75º 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 #702300 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 0 -
CMYK 0 0.69 1 0.56
HSL 18.75º 1% 0.22% -
HSV(B) 18.75º 1% 0.44% -
XYZ 7.28 4.65 0.51 -
YUV 54.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 112 35 0 0 0.69 1 0.56 18.75 1 0.22
Hex 70 23 0 0 45 64 38 13 64 16
Octal 160 43 0 0 105 144 70 23 144 26
Binary 1110000 100011 0 0 1000101 1100100 111000 10011 1100100 10110

Color Harmonies of #702300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702300

Black with #702300

Text Example


Text Example

White with #702300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702300; }

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

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

background-color css

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

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

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

border-color css

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

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

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