Html Css Color HEX #773F1C Peru Tan

📋 copy color: '#773F1C'

red 119 ◦ green 63 ◦ blue 28

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

Shades of Peru Tan #773F1C

Tints of Peru Tan #773F1C

RGB

 RED value IS 119 (46.88% from 255) = 56.67%

 GREEN value IS 63 (25% from 255) = 30%

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 56.67%
G = 30%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#773F1C (or 0x773F1C) is known color: Peru Tan. HEX triplet: 77, 3F and 1C. RGB value is (119,63,28). Sum of RGB (Red+Green+Blue) = 119+63+28=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F1C is #88C0E3. Grayscale: #4B4B4B. Windows color (decimal): -8962276 or 1851255. OLE color: 1851255.

HSL color Cylindrical-coordinate representation of color #773F1C: hue angle of 23.08º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773F1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 28 -
CMYK 0 0.47 0.76 0.53
HSL 23.08º 0.62% 0.29% -
HSV(B) 23.08º 0.76% 0.47% -
XYZ 9.59 7.56 2.05 -
YUV 75.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 119 63 28 0 0.47 0.76 0.53 23.08 0.62 0.29
Hex 77 3F 1C 0 2F 4C 35 17 3E 1D
Octal 167 77 34 0 57 114 65 27 76 35
Binary 1110111 111111 11100 0 101111 1001100 110101 10111 111110 11101

Color Harmonies of #773F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F1C

Black with #773F1C

Text Example


Text Example

White with #773F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F1C; }

 p { color: rgb(119,63,28); }

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

background-color css

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

 a { background-color: rgb(119,63,28); }

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

border-color css

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

 span { border-color: rgb(119,63,28); }

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