Html Css Color HEX #702505 Baker's Chocolate

📋 copy color: '#702505'

red 112 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #702505

Tints of Baker's Chocolate #702505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 72.73%
G = 24.03%
B = 3.25%

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

#702505 (or 0x702505) is known color: Baker's Chocolate. HEX triplet: 70, 25 and 05. RGB value is (112,37,5). Sum of RGB (Red+Green+Blue) = 112+37+5=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #702505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702505 is #8FDAFA. Grayscale: #373737. Windows color (decimal): -9427707 or 337264. OLE color: 337264.

HSL color Cylindrical-coordinate representation of color #702505: hue angle of 17.94º degrees, saturation: 0.91, 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 #702505 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 5 -
CMYK 0 0.67 0.96 0.56
HSL 17.94º 0.91% 0.23% -
HSV(B) 17.94º 0.96% 0.44% -
XYZ 7.37 4.78 0.68 -
YUV 55.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 112 37 5 0 0.67 0.96 0.56 17.94 0.91 0.23
Hex 70 25 5 0 43 60 38 12 5B 17
Octal 160 45 5 0 103 140 70 22 133 27
Binary 1110000 100101 101 0 1000011 1100000 111000 10010 1011011 10111

Color Harmonies of #702505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702505

Black with #702505

Text Example


Text Example

White with #702505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702505; }

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

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

background-color css

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

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

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

border-color css

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

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

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