Html Css Color HEX #702901 Baker's Chocolate

📋 copy color: '#702901'

red 112 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #702901

Tints of Baker's Chocolate #702901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 72.73%
G = 26.62%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702901 (or 0x702901) is known color: Baker's Chocolate. HEX triplet: 70, 29 and 01. RGB value is (112,41,1). Sum of RGB (Red+Green+Blue) = 112+41+1=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #702901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702901 is #8FD6FE. Grayscale: #393939. Windows color (decimal): -9426687 or 76144. OLE color: 76144.

HSL color Cylindrical-coordinate representation of color #702901: hue angle of 21.62º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #702901 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 1 -
CMYK 0 0.63 0.99 0.56
HSL 21.62º 0.98% 0.22% -
HSV(B) 21.62º 0.99% 0.44% -
XYZ 7.48 5.03 0.61 -
YUV 57.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 112 41 1 0 0.63 0.99 0.56 21.62 0.98 0.22
Hex 70 29 1 0 3F 63 38 16 62 16
Octal 160 51 1 0 77 143 70 26 142 26
Binary 1110000 101001 1 0 111111 1100011 111000 10110 1100010 10110

Color Harmonies of #702901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702901

Black with #702901

Text Example


Text Example

White with #702901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702901; }

 p { color: rgb(112,41,1); }

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

background-color css

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

 a { background-color: rgb(112,41,1); }

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

border-color css

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

 span { border-color: rgb(112,41,1); }

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