Html Css Color HEX #704843 Bole

📋 copy color: '#704843'

red 112 ◦ green 72 ◦ blue 67

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

Shades of Bole #704843

Tints of Bole #704843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 67 (26.56% from 255) = 26.69%

R = 44.62%
G = 28.69%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#704843 (or 0x704843) is known color: Bole. HEX triplet: 70, 48 and 43. RGB value is (112,72,67). Sum of RGB (Red+Green+Blue) = 112+72+67=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704843 is #8FB7BC. Grayscale: #535353. Windows color (decimal): -9418685 or 4409456. OLE color: 4409456.

HSL color Cylindrical-coordinate representation of color #704843: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704843 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 67 -
CMYK 0 0.36 0.40 0.56
HSL 6.67º 0.25% 0.35% -
HSV(B) 6.67º 0.4% 0.44% -
XYZ 10.01 8.48 6.42 -
YUV 83.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 112 72 67 0 0.36 0.40 0.56 6.67 0.25 0.35
Hex 70 48 43 0 24 28 38 7 19 23
Octal 160 110 103 0 44 50 70 7 31 43
Binary 1110000 1001000 1000011 0 100100 101000 111000 111 11001 100011

Color Harmonies of #704843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704843

Black with #704843

Text Example


Text Example

White with #704843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704843; }

 p { color: rgb(112,72,67); }

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

background-color css

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

 a { background-color: rgb(112,72,67); }

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

border-color css

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

 span { border-color: rgb(112,72,67); }

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