Html Css Color HEX #D58B3C Peru

📋 copy color: '#D58B3C'

red 213 ◦ green 139 ◦ blue 60

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

Shades of Peru #D58B3C

Tints of Peru #D58B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

 BLUE value IS 60 (23.83% from 255) = 14.56%

R = 51.7%
G = 33.74%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D58B3C (or 0xD58B3C) is known color: Peru. HEX triplet: D5, 8B and 3C. RGB value is (213,139,60). Sum of RGB (Red+Green+Blue) = 213+139+60=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B3C is #2A74C3. Grayscale: #989898. Windows color (decimal): -2782404 or 3967957. OLE color: 3967957.

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

Color convert

RGB 213 139 60 -
CMYK 0 0.35 0.72 0.16
HSL 30.98º 0.65% 0.54% -
HSV(B) 30.98º 0.72% 0.84% -
XYZ 37.49 32.94 8.66 -
YUV 152.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 213 139 60 0 0.35 0.72 0.16 30.98 0.65 0.54
Hex D5 8B 3C 0 23 48 10 1F 41 36
Octal 325 213 74 0 43 110 20 37 101 66
Binary 11010101 10001011 111100 0 100011 1001000 10000 11111 1000001 110110

Color Harmonies of #D58B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B3C

Black with #D58B3C

Text Example


Text Example

White with #D58B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B3C; }

 p { color: rgb(213,139,60); }

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

background-color css

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

 a { background-color: rgb(213,139,60); }

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

border-color css

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

 span { border-color: rgb(213,139,60); }

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