Html Css Color HEX #763D1D Peru Tan

📋 copy color: '#763D1D'

red 118 ◦ green 61 ◦ blue 29

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

Shades of Peru Tan #763D1D

Tints of Peru Tan #763D1D

RGB

 RED value IS 118 (46.48% from 255) = 56.73%

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 56.73%
G = 29.33%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#763D1D (or 0x763D1D) is known color: Peru Tan. HEX triplet: 76, 3D and 1D. RGB value is (118,61,29). Sum of RGB (Red+Green+Blue) = 118+61+29=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D1D is #89C2E2. Grayscale: #4A4A4A. Windows color (decimal): -9028323 or 1916278. OLE color: 1916278.

HSL color Cylindrical-coordinate representation of color #763D1D: hue angle of 21.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763D1D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 29 -
CMYK 0 0.48 0.75 0.54
HSL 21.57º 0.61% 0.29% -
HSV(B) 21.57º 0.75% 0.46% -
XYZ 9.36 7.28 2.07 -
YUV 74.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 118 61 29 0 0.48 0.75 0.54 21.57 0.61 0.29
Hex 76 3D 1D 0 30 4B 36 16 3D 1D
Octal 166 75 35 0 60 113 66 26 75 35
Binary 1110110 111101 11101 0 110000 1001011 110110 10110 111101 11101

Color Harmonies of #763D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D1D

Black with #763D1D

Text Example


Text Example

White with #763D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D1D; }

 p { color: rgb(118,61,29); }

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

background-color css

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

 a { background-color: rgb(118,61,29); }

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

border-color css

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

 span { border-color: rgb(118,61,29); }

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