Html Css Color HEX #702E01 Baker's Chocolate

📋 copy color: '#702E01'

red 112 ◦ green 46 ◦ blue 1

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

Shades of Baker's Chocolate #702E01

Tints of Baker's Chocolate #702E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.93%

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

R = 70.44%
G = 28.93%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702E01 (or 0x702E01) is known color: Baker's Chocolate. HEX triplet: 70, 2E and 01. RGB value is (112,46,1). Sum of RGB (Red+Green+Blue) = 112+46+1=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E01 is #8FD1FE. Grayscale: #3C3C3C. Windows color (decimal): -9425407 or 77424. OLE color: 77424.

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

Color convert

RGB 112 46 1 -
CMYK 0 0.59 0.99 0.56
HSL 24.32º 0.98% 0.22% -
HSV(B) 24.32º 0.99% 0.44% -
XYZ 7.66 5.4 0.67 -
YUV 60.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 112 46 1 0 0.59 0.99 0.56 24.32 0.98 0.22
Hex 70 2E 1 0 3B 63 38 18 62 16
Octal 160 56 1 0 73 143 70 30 142 26
Binary 1110000 101110 1 0 111011 1100011 111000 11000 1100010 10110

Color Harmonies of #702E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E01

Black with #702E01

Text Example


Text Example

White with #702E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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