Html Css Color HEX #714B45 Congo Brown

📋 copy color: '#714B45'

red 113 ◦ green 75 ◦ blue 69

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

Shades of Congo Brown #714B45

Tints of Congo Brown #714B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.85%

R = 43.97%
G = 29.18%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#714B45 (or 0x714B45) is known color: Congo Brown. HEX triplet: 71, 4B and 45. RGB value is (113,75,69). Sum of RGB (Red+Green+Blue) = 113+75+69=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #714B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B45 is #8EB4BA. Grayscale: #555555. Windows color (decimal): -9352379 or 4541297. OLE color: 4541297.

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

Color convert

RGB 113 75 69 -
CMYK 0 0.34 0.39 0.56
HSL 8.18º 0.24% 0.36% -
HSV(B) 8.18º 0.39% 0.44% -
XYZ 10.4 8.97 6.81 -
YUV 85.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 113 75 69 0 0.34 0.39 0.56 8.18 0.24 0.36
Hex 71 4B 45 0 22 27 38 8 18 24
Octal 161 113 105 0 42 47 70 10 30 44
Binary 1110001 1001011 1000101 0 100010 100111 111000 1000 11000 100100

Color Harmonies of #714B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B45

Black with #714B45

Text Example


Text Example

White with #714B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,69); }

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

background-color css

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

 a { background-color: rgb(113,75,69); }

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

border-color css

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

 span { border-color: rgb(113,75,69); }

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