Html Css Color HEX #714C44 Congo Brown

📋 copy color: '#714C44'

red 113 ◦ green 76 ◦ blue 68

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

Shades of Congo Brown #714C44

Tints of Congo Brown #714C44

RGB

 RED value IS 113 (44.53% from 255) = 43.97%

 GREEN value IS 76 (30.08% from 255) = 29.57%

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

R = 43.97%
G = 29.57%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#714C44 (or 0x714C44) is known color: Congo Brown. HEX triplet: 71, 4C and 44. RGB value is (113,76,68). Sum of RGB (Red+Green+Blue) = 113+76+68=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #714C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C44 is #8EB3BB. Grayscale: #565656. Windows color (decimal): -9352124 or 4476017. OLE color: 4476017.

HSL color Cylindrical-coordinate representation of color #714C44: hue angle of 10.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 #714C44 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 68 -
CMYK 0 0.33 0.40 0.56
HSL 10.67º 0.25% 0.35% -
HSV(B) 10.67º 0.4% 0.44% -
XYZ 10.44 9.1 6.67 -
YUV 86.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 113 76 68 0 0.33 0.40 0.56 10.67 0.25 0.35
Hex 71 4C 44 0 21 28 38 B 19 23
Octal 161 114 104 0 41 50 70 13 31 43
Binary 1110001 1001100 1000100 0 100001 101000 111000 1011 11001 100011

Color Harmonies of #714C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C44

Black with #714C44

Text Example


Text Example

White with #714C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714C44; }

 p { color: rgb(113,76,68); }

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

background-color css

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

 a { background-color: rgb(113,76,68); }

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

border-color css

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

 span { border-color: rgb(113,76,68); }

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