Html Css Color HEX #702A05 Baker's Chocolate

📋 copy color: '#702A05'

red 112 ◦ green 42 ◦ blue 5

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

Shades of Baker's Chocolate #702A05

Tints of Baker's Chocolate #702A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.42%

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

R = 70.44%
G = 26.42%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#702A05 (or 0x702A05) is known color: Baker's Chocolate. HEX triplet: 70, 2A and 05. RGB value is (112,42,5). Sum of RGB (Red+Green+Blue) = 112+42+5=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A05 is #8FD5FA. Grayscale: #3A3A3A. Windows color (decimal): -9426427 or 338544. OLE color: 338544.

HSL color Cylindrical-coordinate representation of color #702A05: hue angle of 20.75º 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 #702A05 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 5 -
CMYK 0 0.62 0.96 0.56
HSL 20.75º 0.91% 0.23% -
HSV(B) 20.75º 0.96% 0.44% -
XYZ 7.54 5.11 0.73 -
YUV 58.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 112 42 5 0 0.62 0.96 0.56 20.75 0.91 0.23
Hex 70 2A 5 0 3E 60 38 15 5B 17
Octal 160 52 5 0 76 140 70 25 133 27
Binary 1110000 101010 101 0 111110 1100000 111000 10101 1011011 10111

Color Harmonies of #702A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A05

Black with #702A05

Text Example


Text Example

White with #702A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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