Html Css Color HEX #704B44 Congo Brown

📋 copy color: '#704B44'

red 112 ◦ green 75 ◦ blue 68

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

Shades of Congo Brown #704B44

Tints of Congo Brown #704B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 43.92%
G = 29.41%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#704B44 (or 0x704B44) is known color: Congo Brown. HEX triplet: 70, 4B and 44. RGB value is (112,75,68). Sum of RGB (Red+Green+Blue) = 112+75+68=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B44 is #8FB4BB. Grayscale: #555555. Windows color (decimal): -9417916 or 4475760. OLE color: 4475760.

HSL color Cylindrical-coordinate representation of color #704B44: hue angle of 9.55º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704B44 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 68 -
CMYK 0 0.33 0.39 0.56
HSL 9.55º 0.24% 0.35% -
HSV(B) 9.55º 0.39% 0.44% -
XYZ 10.24 8.89 6.65 -
YUV 85.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 112 75 68 0 0.33 0.39 0.56 9.55 0.24 0.35
Hex 70 4B 44 0 21 27 38 A 18 23
Octal 160 113 104 0 41 47 70 12 30 43
Binary 1110000 1001011 1000100 0 100001 100111 111000 1010 11000 100011

Color Harmonies of #704B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B44

Black with #704B44

Text Example


Text Example

White with #704B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704B44; }

 p { color: rgb(112,75,68); }

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

background-color css

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

 a { background-color: rgb(112,75,68); }

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

border-color css

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

 span { border-color: rgb(112,75,68); }

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