Html Css Color HEX #763C1D Peru Tan

📋 copy color: '#763C1D'

red 118 ◦ green 60 ◦ blue 29

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

Shades of Peru Tan #763C1D

Tints of Peru Tan #763C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

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

R = 57%
G = 28.99%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#763C1D (or 0x763C1D) is known color: Peru Tan. HEX triplet: 76, 3C and 1D. RGB value is (118,60,29). Sum of RGB (Red+Green+Blue) = 118+60+29=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C1D is #89C3E2. Grayscale: #494949. Windows color (decimal): -9028579 or 1916022. OLE color: 1916022.

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

Color convert

RGB 118 60 29 -
CMYK 0 0.49 0.75 0.54
HSL 20.9º 0.61% 0.29% -
HSV(B) 20.9º 0.75% 0.46% -
XYZ 9.31 7.17 2.06 -
YUV 73.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 118 60 29 0 0.49 0.75 0.54 20.9 0.61 0.29
Hex 76 3C 1D 0 31 4B 36 15 3D 1D
Octal 166 74 35 0 61 113 66 25 75 35
Binary 1110110 111100 11101 0 110001 1001011 110110 10101 111101 11101

Color Harmonies of #763C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C1D

Black with #763C1D

Text Example


Text Example

White with #763C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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