Html Css Color HEX #762C03 Peru Tan

📋 copy color: '#762C03'

red 118 ◦ green 44 ◦ blue 3

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

Shades of Peru Tan #762C03

Tints of Peru Tan #762C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 71.52%
G = 26.67%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762C03 (or 0x762C03) is known color: Peru Tan. HEX triplet: 76, 2C and 03. RGB value is (118,44,3). Sum of RGB (Red+Green+Blue) = 118+44+3=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C03 is #89D3FC. Grayscale: #3D3D3D. Windows color (decimal): -9032701 or 207990. OLE color: 207990.

HSL color Cylindrical-coordinate representation of color #762C03: hue angle of 21.39º degrees, saturation: 0.95, 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 #762C03 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 3 -
CMYK 0 0.63 0.97 0.54
HSL 21.39º 0.95% 0.24% -
HSV(B) 21.39º 0.97% 0.46% -
XYZ 8.39 5.66 0.74 -
YUV 61.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 118 44 3 0 0.63 0.97 0.54 21.39 0.95 0.24
Hex 76 2C 3 0 3F 61 36 15 5F 18
Octal 166 54 3 0 77 141 66 25 137 30
Binary 1110110 101100 11 0 111111 1100001 110110 10101 1011111 11000

Color Harmonies of #762C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C03

Black with #762C03

Text Example


Text Example

White with #762C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,3); }

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

background-color css

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

 a { background-color: rgb(118,44,3); }

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

border-color css

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

 span { border-color: rgb(118,44,3); }

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