Html Css Color HEX #702503 Baker's Chocolate

📋 copy color: '#702503'

red 112 ◦ green 37 ◦ blue 3

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

Shades of Baker's Chocolate #702503

Tints of Baker's Chocolate #702503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 73.68%
G = 24.34%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#702503 (or 0x702503) is known color: Baker's Chocolate. HEX triplet: 70, 25 and 03. RGB value is (112,37,3). Sum of RGB (Red+Green+Blue) = 112+37+3=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702503 is #8FDAFC. Grayscale: #373737. Windows color (decimal): -9427709 or 206192. OLE color: 206192.

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

Color convert

RGB 112 37 3 -
CMYK 0 0.67 0.97 0.56
HSL 18.72º 0.95% 0.23% -
HSV(B) 18.72º 0.97% 0.44% -
XYZ 7.36 4.77 0.62 -
YUV 55.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 112 37 3 0 0.67 0.97 0.56 18.72 0.95 0.23
Hex 70 25 3 0 43 61 38 13 5F 17
Octal 160 45 3 0 103 141 70 23 137 27
Binary 1110000 100101 11 0 1000011 1100001 111000 10011 1011111 10111

Color Harmonies of #702503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702503

Black with #702503

Text Example


Text Example

White with #702503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702503; }

 p { color: rgb(112,37,3); }

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

background-color css

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

 a { background-color: rgb(112,37,3); }

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

border-color css

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

 span { border-color: rgb(112,37,3); }

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