Html Css Color HEX #D3813F Peru

📋 copy color: '#D3813F'

red 211 ◦ green 129 ◦ blue 63

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

Shades of Peru #D3813F

Tints of Peru #D3813F

RGB

 RED value IS 211 (82.81% from 255) = 52.36%

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 52.36%
G = 32.01%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3813F (or 0xD3813F) is known color: Peru. HEX triplet: D3, 81 and 3F. RGB value is (211,129,63). Sum of RGB (Red+Green+Blue) = 211+129+63=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3813F is #2C7EC0. Grayscale: #929292. Windows color (decimal): -2916033 or 4162003. OLE color: 4162003.

HSL color Cylindrical-coordinate representation of color #D3813F: hue angle of 26.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3813F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 63 -
CMYK 0 0.39 0.70 0.17
HSL 26.76º 0.63% 0.54% -
HSV(B) 26.76º 0.7% 0.83% -
XYZ 35.61 29.91 8.6 -
YUV 145.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 211 129 63 0 0.39 0.70 0.17 26.76 0.63 0.54
Hex D3 81 3F 0 27 46 11 1B 3F 36
Octal 323 201 77 0 47 106 21 33 77 66
Binary 11010011 10000001 111111 0 100111 1000110 10001 11011 111111 110110

Color Harmonies of #D3813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3813F

Black with #D3813F

Text Example


Text Example

White with #D3813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3813F; }

 p { color: rgb(211,129,63); }

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

background-color css

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

 a { background-color: rgb(211,129,63); }

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

border-color css

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

 span { border-color: rgb(211,129,63); }

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