Html Css Color HEX #762B01 Peru Tan

📋 copy color: '#762B01'

red 118 ◦ green 43 ◦ blue 1

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

Shades of Peru Tan #762B01

Tints of Peru Tan #762B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 72.84%
G = 26.54%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#762B01 (or 0x762B01) is known color: Peru Tan. HEX triplet: 76, 2B and 01. RGB value is (118,43,1). Sum of RGB (Red+Green+Blue) = 118+43+1=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B01 is #89D4FE. Grayscale: #3C3C3C. Windows color (decimal): -9032959 or 76662. OLE color: 76662.

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

Color convert

RGB 118 43 1 -
CMYK 0 0.64 0.99 0.54
HSL 21.54º 0.98% 0.23% -
HSV(B) 21.54º 0.99% 0.46% -
XYZ 8.34 5.58 0.67 -
YUV 60.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 118 43 1 0 0.64 0.99 0.54 21.54 0.98 0.23
Hex 76 2B 1 0 40 63 36 16 62 17
Octal 166 53 1 0 100 143 66 26 142 27
Binary 1110110 101011 1 0 1000000 1100011 110110 10110 1100010 10111

Color Harmonies of #762B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B01

Black with #762B01

Text Example


Text Example

White with #762B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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