Html Css Color HEX #763318 Peru Tan

📋 copy color: '#763318'

red 118 ◦ green 51 ◦ blue 24

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

Shades of Peru Tan #763318

Tints of Peru Tan #763318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 61.14%
G = 26.42%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#763318 (or 0x763318) is known color: Peru Tan. HEX triplet: 76, 33 and 18. RGB value is (118,51,24). Sum of RGB (Red+Green+Blue) = 118+51+24=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763318 is #89CCE7. Grayscale: #444444. Windows color (decimal): -9030888 or 1586038. OLE color: 1586038.

HSL color Cylindrical-coordinate representation of color #763318: hue angle of 17.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763318 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 24 -
CMYK 0 0.57 0.80 0.54
HSL 17.23º 0.66% 0.28% -
HSV(B) 17.23º 0.8% 0.46% -
XYZ 8.82 6.29 1.61 -
YUV 67.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 118 51 24 0 0.57 0.80 0.54 17.23 0.66 0.28
Hex 76 33 18 0 39 50 36 11 42 1C
Octal 166 63 30 0 71 120 66 21 102 34
Binary 1110110 110011 11000 0 111001 1010000 110110 10001 1000010 11100

Color Harmonies of #763318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763318

Black with #763318

Text Example


Text Example

White with #763318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763318; }

 p { color: rgb(118,51,24); }

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

background-color css

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

 a { background-color: rgb(118,51,24); }

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

border-color css

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

 span { border-color: rgb(118,51,24); }

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