Html Css Color HEX #D0813A Peru

📋 copy color: '#D0813A'

red 208 ◦ green 129 ◦ blue 58

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

Shades of Peru #D0813A

Tints of Peru #D0813A

RGB

 RED value IS 208 (81.64% from 255) = 52.66%

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 52.66%
G = 32.66%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0813A (or 0xD0813A) is known color: Peru. HEX triplet: D0, 81 and 3A. RGB value is (208,129,58). Sum of RGB (Red+Green+Blue) = 208+129+58=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0813A is #2F7EC5. Grayscale: #909090. Windows color (decimal): -3112646 or 3834320. OLE color: 3834320.

HSL color Cylindrical-coordinate representation of color #D0813A: hue angle of 28.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0813A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 58 -
CMYK 0 0.38 0.72 0.18
HSL 28.4º 0.61% 0.52% -
HSV(B) 28.4º 0.72% 0.82% -
XYZ 34.63 29.42 7.86 -
YUV 144.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 208 129 58 0 0.38 0.72 0.18 28.4 0.61 0.52
Hex D0 81 3A 0 26 48 12 1C 3D 34
Octal 320 201 72 0 46 110 22 34 75 64
Binary 11010000 10000001 111010 0 100110 1001000 10010 11100 111101 110100

Color Harmonies of #D0813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0813A

Black with #D0813A

Text Example


Text Example

White with #D0813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0813A; }

 p { color: rgb(208,129,58); }

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

background-color css

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

 a { background-color: rgb(208,129,58); }

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

border-color css

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

 span { border-color: rgb(208,129,58); }

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