Html Css Color HEX #76431C Peru Tan

📋 copy color: '#76431C'

red 118 ◦ green 67 ◦ blue 28

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

Shades of Peru Tan #76431C

Tints of Peru Tan #76431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 55.4%
G = 31.46%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76431C (or 0x76431C) is known color: Peru Tan. HEX triplet: 76, 43 and 1C. RGB value is (118,67,28). Sum of RGB (Red+Green+Blue) = 118+67+28=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76431C is #89BCE3. Grayscale: #4E4E4E. Windows color (decimal): -9026788 or 1852278. OLE color: 1852278.

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

Color convert

RGB 118 67 28 -
CMYK 0 0.43 0.76 0.54
HSL 26º 0.62% 0.29% -
HSV(B) 26º 0.76% 0.46% -
XYZ 9.69 7.95 2.12 -
YUV 77.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 118 67 28 0 0.43 0.76 0.54 26 0.62 0.29
Hex 76 43 1C 0 2B 4C 36 1A 3E 1D
Octal 166 103 34 0 53 114 66 32 76 35
Binary 1110110 1000011 11100 0 101011 1001100 110110 11010 111110 11101

Color Harmonies of #76431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76431C

Black with #76431C

Text Example


Text Example

White with #76431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76431C; }

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

 H1.HeaderClassName
 {
   color: #76431C;
 }
 .AnyTagClassName
 {
   color: #76431C;
 }
</style>

background-color css

<style>
 a { background-color: #76431C; }

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

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

border-color css

<style>
 span { border-color: #76431C; }

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

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