Html Css Color HEX #702504 Baker's Chocolate

📋 copy color: '#702504'

red 112 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #702504

Tints of Baker's Chocolate #702504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 73.2%
G = 24.18%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#702504 (or 0x702504) is known color: Baker's Chocolate. HEX triplet: 70, 25 and 04. RGB value is (112,37,4). Sum of RGB (Red+Green+Blue) = 112+37+4=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #702504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702504 is #8FDAFB. Grayscale: #373737. Windows color (decimal): -9427708 or 271728. OLE color: 271728.

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

Color convert

RGB 112 37 4 -
CMYK 0 0.67 0.96 0.56
HSL 18.33º 0.93% 0.23% -
HSV(B) 18.33º 0.96% 0.44% -
XYZ 7.37 4.78 0.65 -
YUV 55.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 112 37 4 0 0.67 0.96 0.56 18.33 0.93 0.23
Hex 70 25 4 0 43 60 38 12 5D 17
Octal 160 45 4 0 103 140 70 22 135 27
Binary 1110000 100101 100 0 1000011 1100000 111000 10010 1011101 10111

Color Harmonies of #702504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702504

Black with #702504

Text Example


Text Example

White with #702504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702504; }

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

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

background-color css

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

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

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

border-color css

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

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

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