Html Css Color HEX #D58C4B Peru

📋 copy color: '#D58C4B'

red 213 ◦ green 140 ◦ blue 75

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

Shades of Peru #D58C4B

Tints of Peru #D58C4B

RGB

 RED value IS 213 (83.59% from 255) = 49.77%

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 75 (29.69% from 255) = 17.52%

R = 49.77%
G = 32.71%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D58C4B (or 0xD58C4B) is known color: Peru. HEX triplet: D5, 8C and 4B. RGB value is (213,140,75). Sum of RGB (Red+Green+Blue) = 213+140+75=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C4B is #2A73B4. Grayscale: #9A9A9A. Windows color (decimal): -2782133 or 4951253. OLE color: 4951253.

HSL color Cylindrical-coordinate representation of color #D58C4B: hue angle of 28.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D58C4B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 75 -
CMYK 0 0.34 0.65 0.16
HSL 28.26º 0.62% 0.56% -
HSV(B) 28.26º 0.65% 0.84% -
XYZ 38.09 33.41 11.1 -
YUV 154.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 213 140 75 0 0.34 0.65 0.16 28.26 0.62 0.56
Hex D5 8C 4B 0 22 41 10 1C 3E 38
Octal 325 214 113 0 42 101 20 34 76 70
Binary 11010101 10001100 1001011 0 100010 1000001 10000 11100 111110 111000

Color Harmonies of #D58C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C4B

Black with #D58C4B

Text Example


Text Example

White with #D58C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C4B; }

 p { color: rgb(213,140,75); }

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

background-color css

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

 a { background-color: rgb(213,140,75); }

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

border-color css

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

 span { border-color: rgb(213,140,75); }

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