Html Css Color HEX #702F01 Baker's Chocolate

📋 copy color: '#702F01'

red 112 ◦ green 47 ◦ blue 1

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

Shades of Baker's Chocolate #702F01

Tints of Baker's Chocolate #702F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

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

R = 70%
G = 29.38%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#702F01 (or 0x702F01) is known color: Baker's Chocolate. HEX triplet: 70, 2F and 01. RGB value is (112,47,1). Sum of RGB (Red+Green+Blue) = 112+47+1=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F01 is #8FD0FE. Grayscale: #3D3D3D. Windows color (decimal): -9425151 or 77680. OLE color: 77680.

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

Color convert

RGB 112 47 1 -
CMYK 0 0.58 0.99 0.56
HSL 24.86º 0.98% 0.22% -
HSV(B) 24.86º 0.99% 0.44% -
XYZ 7.7 5.48 0.68 -
YUV 61.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 112 47 1 0 0.58 0.99 0.56 24.86 0.98 0.22
Hex 70 2F 1 0 3A 63 38 19 62 16
Octal 160 57 1 0 72 143 70 31 142 26
Binary 1110000 101111 1 0 111010 1100011 111000 11001 1100010 10110

Color Harmonies of #702F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F01

Black with #702F01

Text Example


Text Example

White with #702F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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