Html Css Color HEX #78452D Copper Canyon

📋 copy color: '#78452D'

red 120 ◦ green 69 ◦ blue 45

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

Shades of Copper Canyon #78452D

Tints of Copper Canyon #78452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 51.28%
G = 29.49%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78452D (or 0x78452D) is known color: Copper Canyon. HEX triplet: 78, 45 and 2D. RGB value is (120,69,45). Sum of RGB (Red+Green+Blue) = 120+69+45=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78452D is #87BAD2. Grayscale: #515151. Windows color (decimal): -8895187 or 2966904. OLE color: 2966904.

HSL color Cylindrical-coordinate representation of color #78452D: hue angle of 19.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78452D is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 69 45 -
CMYK 0 0.42 0.63 0.53
HSL 19.2º 0.45% 0.32% -
HSV(B) 19.2º 0.63% 0.47% -
XYZ 10.35 8.44 3.57 -
YUV 81.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 120 69 45 0 0.42 0.63 0.53 19.2 0.45 0.32
Hex 78 45 2D 0 2A 3F 35 13 2D 20
Octal 170 105 55 0 52 77 65 23 55 40
Binary 1111000 1000101 101101 0 101010 111111 110101 10011 101101 100000

Color Harmonies of #78452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78452D

Black with #78452D

Text Example


Text Example

White with #78452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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