Html Css Color HEX #78330B Peru Tan

📋 copy color: '#78330B'

red 120 ◦ green 51 ◦ blue 11

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

Shades of Peru Tan #78330B

Tints of Peru Tan #78330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 65.93%
G = 28.02%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#78330B (or 0x78330B) is known color: Peru Tan. HEX triplet: 78, 33 and 0B. RGB value is (120,51,11). Sum of RGB (Red+Green+Blue) = 120+51+11=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78330B is #87CCF4. Grayscale: #434343. Windows color (decimal): -8899829 or 734072. OLE color: 734072.

HSL color Cylindrical-coordinate representation of color #78330B: hue angle of 22.02º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78330B is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 11 -
CMYK 0 0.58 0.91 0.53
HSL 22.02º 0.83% 0.26% -
HSV(B) 22.02º 0.91% 0.47% -
XYZ 8.99 6.38 1.08 -
YUV 67.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 120 51 11 0 0.58 0.91 0.53 22.02 0.83 0.26
Hex 78 33 B 0 3A 5B 35 16 53 1A
Octal 170 63 13 0 72 133 65 26 123 32
Binary 1111000 110011 1011 0 111010 1011011 110101 10110 1010011 11010

Color Harmonies of #78330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78330B

Black with #78330B

Text Example


Text Example

White with #78330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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