Html Css Color HEX #763F1D Peru Tan

📋 copy color: '#763F1D'

red 118 ◦ green 63 ◦ blue 29

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

Shades of Peru Tan #763F1D

Tints of Peru Tan #763F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 56.19%
G = 30%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#763F1D (or 0x763F1D) is known color: Peru Tan. HEX triplet: 76, 3F and 1D. RGB value is (118,63,29). Sum of RGB (Red+Green+Blue) = 118+63+29=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1D is #89C0E2. Grayscale: #4B4B4B. Windows color (decimal): -9027811 or 1916790. OLE color: 1916790.

HSL color Cylindrical-coordinate representation of color #763F1D: hue angle of 22.92º 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 #763F1D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 29 -
CMYK 0 0.47 0.75 0.54
HSL 22.92º 0.61% 0.29% -
HSV(B) 22.92º 0.75% 0.46% -
XYZ 9.47 7.5 2.11 -
YUV 75.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 118 63 29 0 0.47 0.75 0.54 22.92 0.61 0.29
Hex 76 3F 1D 0 2F 4B 36 17 3D 1D
Octal 166 77 35 0 57 113 66 27 75 35
Binary 1110110 111111 11101 0 101111 1001011 110110 10111 111101 11101

Color Harmonies of #763F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F1D

Black with #763F1D

Text Example


Text Example

White with #763F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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