Html Css Color HEX #D28341 Peru

📋 copy color: '#D28341'

red 210 ◦ green 131 ◦ blue 65

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

Shades of Peru #D28341

Tints of Peru #D28341

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 51.72%
G = 32.27%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28341 (or 0xD28341) is known color: Peru. HEX triplet: D2, 83 and 41. RGB value is (210,131,65). Sum of RGB (Red+Green+Blue) = 210+131+65=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D28341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28341 is #2D7CBE. Grayscale: #939393. Windows color (decimal): -2981055 or 4293586. OLE color: 4293586.

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

Color convert

RGB 210 131 65 -
CMYK 0 0.38 0.69 0.18
HSL 27.31º 0.62% 0.54% -
HSV(B) 27.31º 0.69% 0.82% -
XYZ 35.65 30.32 8.97 -
YUV 147.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 210 131 65 0 0.38 0.69 0.18 27.31 0.62 0.54
Hex D2 83 41 0 26 45 12 1B 3E 36
Octal 322 203 101 0 46 105 22 33 76 66
Binary 11010010 10000011 1000001 0 100110 1000101 10010 11011 111110 110110

Color Harmonies of #D28341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28341

Black with #D28341

Text Example


Text Example

White with #D28341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28341; }

 p { color: rgb(210,131,65); }

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

background-color css

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

 a { background-color: rgb(210,131,65); }

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

border-color css

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

 span { border-color: rgb(210,131,65); }

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