Html Css Color HEX #D28545 Peru

📋 copy color: '#D28545'

red 210 ◦ green 133 ◦ blue 69

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

Shades of Peru #D28545

Tints of Peru #D28545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 69 (27.34% from 255) = 16.75%

R = 50.97%
G = 32.28%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D28545 (or 0xD28545) is known color: Peru. HEX triplet: D2, 85 and 45. RGB value is (210,133,69). Sum of RGB (Red+Green+Blue) = 210+133+69=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28545 is #2D7ABA. Grayscale: #959595. Windows color (decimal): -2980539 or 4556242. OLE color: 4556242.

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

Color convert

RGB 210 133 69 -
CMYK 0 0.37 0.67 0.18
HSL 27.23º 0.61% 0.55% -
HSV(B) 27.23º 0.67% 0.82% -
XYZ 36.04 30.91 9.7 -
YUV 148.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 210 133 69 0 0.37 0.67 0.18 27.23 0.61 0.55
Hex D2 85 45 0 25 43 12 1B 3D 37
Octal 322 205 105 0 45 103 22 33 75 67
Binary 11010010 10000101 1000101 0 100101 1000011 10010 11011 111101 110111

Color Harmonies of #D28545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28545

Black with #D28545

Text Example


Text Example

White with #D28545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28545; }

 p { color: rgb(210,133,69); }

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

background-color css

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

 a { background-color: rgb(210,133,69); }

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

border-color css

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

 span { border-color: rgb(210,133,69); }

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