Html Css Color HEX #77330D Peru Tan

📋 copy color: '#77330D'

red 119 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #77330D

Tints of Peru Tan #77330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 65.03%
G = 27.87%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77330D (or 0x77330D) is known color: Peru Tan. HEX triplet: 77, 33 and 0D. RGB value is (119,51,13). Sum of RGB (Red+Green+Blue) = 119+51+13=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77330D is #88CCF2. Grayscale: #434343. Windows color (decimal): -8965363 or 865143. OLE color: 865143.

HSL color Cylindrical-coordinate representation of color #77330D: hue angle of 21.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77330D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 13 -
CMYK 0 0.57 0.89 0.53
HSL 21.51º 0.8% 0.26% -
HSV(B) 21.51º 0.89% 0.47% -
XYZ 8.86 6.32 1.13 -
YUV 67 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 119 51 13 0 0.57 0.89 0.53 21.51 0.8 0.26
Hex 77 33 D 0 39 59 35 16 50 1A
Octal 167 63 15 0 71 131 65 26 120 32
Binary 1110111 110011 1101 0 111001 1011001 110101 10110 1010000 11010

Color Harmonies of #77330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77330D

Black with #77330D

Text Example


Text Example

White with #77330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77330D; }

 p { color: rgb(119,51,13); }

 H1.HeaderClassName
 {
   color: #77330D;
 }
 .AnyTagClassName
 {
   color: #77330D;
 }
</style>

background-color css

<style>
 a { background-color: #77330D; }

 a { background-color: rgb(119,51,13); }

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

border-color css

<style>
 span { border-color: #77330D; }

 span { border-color: rgb(119,51,13); }

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