Html Css Color HEX #763C1C Peru Tan

📋 copy color: '#763C1C'

red 118 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #763C1C

Tints of Peru Tan #763C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 57.28%
G = 29.13%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#763C1C (or 0x763C1C) is known color: Peru Tan. HEX triplet: 76, 3C and 1C. RGB value is (118,60,28). Sum of RGB (Red+Green+Blue) = 118+60+28=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C1C is #89C3E3. Grayscale: #494949. Windows color (decimal): -9028580 or 1850486. OLE color: 1850486.

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

Color convert

RGB 118 60 28 -
CMYK 0 0.49 0.76 0.54
HSL 21.33º 0.62% 0.29% -
HSV(B) 21.33º 0.76% 0.46% -
XYZ 9.3 7.17 1.99 -
YUV 73.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 118 60 28 0 0.49 0.76 0.54 21.33 0.62 0.29
Hex 76 3C 1C 0 31 4C 36 15 3E 1D
Octal 166 74 34 0 61 114 66 25 76 35
Binary 1110110 111100 11100 0 110001 1001100 110110 10101 111110 11101

Color Harmonies of #763C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C1C

Black with #763C1C

Text Example


Text Example

White with #763C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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