Html Css Color HEX #762B04 Peru Tan

📋 copy color: '#762B04'

red 118 ◦ green 43 ◦ blue 4

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

Shades of Peru Tan #762B04

Tints of Peru Tan #762B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 71.52%
G = 26.06%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762B04 (or 0x762B04) is known color: Peru Tan. HEX triplet: 76, 2B and 04. RGB value is (118,43,4). Sum of RGB (Red+Green+Blue) = 118+43+4=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B04 is #89D4FB. Grayscale: #3D3D3D. Windows color (decimal): -9032956 or 273270. OLE color: 273270.

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

Color convert

RGB 118 43 4 -
CMYK 0 0.64 0.97 0.54
HSL 20.53º 0.93% 0.24% -
HSV(B) 20.53º 0.97% 0.46% -
XYZ 8.36 5.59 0.75 -
YUV 60.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 118 43 4 0 0.64 0.97 0.54 20.53 0.93 0.24
Hex 76 2B 4 0 40 61 36 15 5D 18
Octal 166 53 4 0 100 141 66 25 135 30
Binary 1110110 101011 100 0 1000000 1100001 110110 10101 1011101 11000

Color Harmonies of #762B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B04

Black with #762B04

Text Example


Text Example

White with #762B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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