Html Css Color HEX #763D1B Peru Tan

📋 copy color: '#763D1B'

red 118 ◦ green 61 ◦ blue 27

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

Shades of Peru Tan #763D1B

Tints of Peru Tan #763D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 57.28%
G = 29.61%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#763D1B (or 0x763D1B) is known color: Peru Tan. HEX triplet: 76, 3D and 1B. RGB value is (118,61,27). Sum of RGB (Red+Green+Blue) = 118+61+27=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D1B is #89C2E4. Grayscale: #4A4A4A. Windows color (decimal): -9028325 or 1785206. OLE color: 1785206.

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

Color convert

RGB 118 61 27 -
CMYK 0 0.48 0.77 0.54
HSL 22.42º 0.63% 0.28% -
HSV(B) 22.42º 0.77% 0.46% -
XYZ 9.34 7.27 1.95 -
YUV 74.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 118 61 27 0 0.48 0.77 0.54 22.42 0.63 0.28
Hex 76 3D 1B 0 30 4D 36 16 3F 1C
Octal 166 75 33 0 60 115 66 26 77 34
Binary 1110110 111101 11011 0 110000 1001101 110110 10110 111111 11100

Color Harmonies of #763D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D1B

Black with #763D1B

Text Example


Text Example

White with #763D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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