Html Css Color HEX #763B1C Peru Tan

📋 copy color: '#763B1C'

red 118 ◦ green 59 ◦ blue 28

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

Shades of Peru Tan #763B1C

Tints of Peru Tan #763B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

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

R = 57.56%
G = 28.78%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#763B1C (or 0x763B1C) is known color: Peru Tan. HEX triplet: 76, 3B and 1C. RGB value is (118,59,28). Sum of RGB (Red+Green+Blue) = 118+59+28=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B1C is #89C4E3. Grayscale: #494949. Windows color (decimal): -9028836 or 1850230. OLE color: 1850230.

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

Color convert

RGB 118 59 28 -
CMYK 0 0.50 0.76 0.54
HSL 20.67º 0.62% 0.29% -
HSV(B) 20.67º 0.76% 0.46% -
XYZ 9.24 7.06 1.97 -
YUV 73.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 118 59 28 0 0.50 0.76 0.54 20.67 0.62 0.29
Hex 76 3B 1C 0 32 4C 36 15 3E 1D
Octal 166 73 34 0 62 114 66 25 76 35
Binary 1110110 111011 11100 0 110010 1001100 110110 10101 111110 11101

Color Harmonies of #763B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B1C

Black with #763B1C

Text Example


Text Example

White with #763B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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