Html Css Color HEX #78330D Peru Tan

📋 copy color: '#78330D'

red 120 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #78330D

Tints of Peru Tan #78330D

RGB

 RED value IS 120 (47.27% from 255) = 65.22%

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

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

R = 65.22%
G = 27.72%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78330D (or 0x78330D) is known color: Peru Tan. HEX triplet: 78, 33 and 0D. RGB value is (120,51,13). Sum of RGB (Red+Green+Blue) = 120+51+13=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78330D is #87CCF2. Grayscale: #434343. Windows color (decimal): -8899827 or 865144. OLE color: 865144.

HSL color Cylindrical-coordinate representation of color #78330D: hue angle of 21.31º 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 #78330D is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 13 -
CMYK 0 0.58 0.89 0.53
HSL 21.31º 0.8% 0.26% -
HSV(B) 21.31º 0.89% 0.47% -
XYZ 9 6.39 1.14 -
YUV 67.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 120 51 13 0 0.58 0.89 0.53 21.31 0.8 0.26
Hex 78 33 D 0 3A 59 35 15 50 1A
Octal 170 63 15 0 72 131 65 25 120 32
Binary 1111000 110011 1101 0 111010 1011001 110101 10101 1010000 11010

Color Harmonies of #78330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78330D

Black with #78330D

Text Example


Text Example

White with #78330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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