Html Css Color HEX #762B05 Peru Tan

📋 copy color: '#762B05'

red 118 ◦ green 43 ◦ blue 5

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

Shades of Peru Tan #762B05

Tints of Peru Tan #762B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 71.08%
G = 25.9%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762B05 (or 0x762B05) is known color: Peru Tan. HEX triplet: 76, 2B and 05. RGB value is (118,43,5). Sum of RGB (Red+Green+Blue) = 118+43+5=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B05 is #89D4FA. Grayscale: #3D3D3D. Windows color (decimal): -9032955 or 338806. OLE color: 338806.

HSL color Cylindrical-coordinate representation of color #762B05: hue angle of 20.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762B05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 5 -
CMYK 0 0.64 0.96 0.54
HSL 20.18º 0.92% 0.24% -
HSV(B) 20.18º 0.96% 0.46% -
XYZ 8.36 5.59 0.78 -
YUV 61.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 118 43 5 0 0.64 0.96 0.54 20.18 0.92 0.24
Hex 76 2B 5 0 40 60 36 14 5C 18
Octal 166 53 5 0 100 140 66 24 134 30
Binary 1110110 101011 101 0 1000000 1100000 110110 10100 1011100 11000

Color Harmonies of #762B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B05

Black with #762B05

Text Example


Text Example

White with #762B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B05; }

 p { color: rgb(118,43,5); }

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

background-color css

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

 a { background-color: rgb(118,43,5); }

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

border-color css

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

 span { border-color: rgb(118,43,5); }

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