Html Css Color HEX #704B42 Congo Brown

📋 copy color: '#704B42'

red 112 ◦ green 75 ◦ blue 66

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

Shades of Congo Brown #704B42

Tints of Congo Brown #704B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 44.27%
G = 29.64%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704B42 (or 0x704B42) is known color: Congo Brown. HEX triplet: 70, 4B and 42. RGB value is (112,75,66). Sum of RGB (Red+Green+Blue) = 112+75+66=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B42 is #8FB4BD. Grayscale: #555555. Windows color (decimal): -9417918 or 4344688. OLE color: 4344688.

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

Color convert

RGB 112 75 66 -
CMYK 0 0.33 0.41 0.56
HSL 11.74º 0.26% 0.35% -
HSV(B) 11.74º 0.41% 0.44% -
XYZ 10.18 8.87 6.33 -
YUV 85.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 112 75 66 0 0.33 0.41 0.56 11.74 0.26 0.35
Hex 70 4B 42 0 21 29 38 C 1A 23
Octal 160 113 102 0 41 51 70 14 32 43
Binary 1110000 1001011 1000010 0 100001 101001 111000 1100 11010 100011

Color Harmonies of #704B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B42

Black with #704B42

Text Example


Text Example

White with #704B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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