Html Css Color HEX #703001 Baker's Chocolate

📋 copy color: '#703001'

red 112 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #703001

Tints of Baker's Chocolate #703001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

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

R = 69.57%
G = 29.81%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703001 (or 0x703001) is known color: Baker's Chocolate. HEX triplet: 70, 30 and 01. RGB value is (112,48,1). Sum of RGB (Red+Green+Blue) = 112+48+1=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #703001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703001 is #8FCFFE. Grayscale: #3E3E3E. Windows color (decimal): -9424895 or 77936. OLE color: 77936.

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

Color convert

RGB 112 48 1 -
CMYK 0 0.57 0.99 0.56
HSL 25.41º 0.98% 0.22% -
HSV(B) 25.41º 0.99% 0.44% -
XYZ 7.74 5.56 0.69 -
YUV 61.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 112 48 1 0 0.57 0.99 0.56 25.41 0.98 0.22
Hex 70 30 1 0 39 63 38 19 62 16
Octal 160 60 1 0 71 143 70 31 142 26
Binary 1110000 110000 1 0 111001 1100011 111000 11001 1100010 10110

Color Harmonies of #703001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703001

Black with #703001

Text Example


Text Example

White with #703001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703001; }

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

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

background-color css

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

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

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

border-color css

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

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

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