Html Css Color HEX #782D01 Peru Tan

📋 copy color: '#782D01'

red 120 ◦ green 45 ◦ blue 1

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

Shades of Peru Tan #782D01

Tints of Peru Tan #782D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 72.29%
G = 27.11%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#782D01 (or 0x782D01) is known color: Peru Tan. HEX triplet: 78, 2D and 01. RGB value is (120,45,1). Sum of RGB (Red+Green+Blue) = 120+45+1=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #782D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D01 is #87D2FE. Grayscale: #3E3E3E. Windows color (decimal): -8901375 or 77176. OLE color: 77176.

HSL color Cylindrical-coordinate representation of color #782D01: hue angle of 22.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #782D01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 45 1 -
CMYK 0 0.63 0.99 0.53
HSL 22.18º 0.98% 0.24% -
HSV(B) 22.18º 0.99% 0.47% -
XYZ 8.69 5.87 0.7 -
YUV 62.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 120 45 1 0 0.63 0.99 0.53 22.18 0.98 0.24
Hex 78 2D 1 0 3F 63 35 16 62 18
Octal 170 55 1 0 77 143 65 26 142 30
Binary 1111000 101101 1 0 111111 1100011 110101 10110 1100010 11000

Color Harmonies of #782D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782D01

Black with #782D01

Text Example


Text Example

White with #782D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782D01; }

 p { color: rgb(120,45,1); }

 H1.HeaderClassName
 {
   color: #782D01;
 }
 .AnyTagClassName
 {
   color: #782D01;
 }
</style>

background-color css

<style>
 a { background-color: #782D01; }

 a { background-color: rgb(120,45,1); }

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

border-color css

<style>
 span { border-color: #782D01; }

 span { border-color: rgb(120,45,1); }

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