Html Css Color HEX #D5833C Peru

📋 copy color: '#D5833C'

red 213 ◦ green 131 ◦ blue 60

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

Shades of Peru #D5833C

Tints of Peru #D5833C

RGB

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

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

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

R = 52.72%
G = 32.43%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5833C (or 0xD5833C) is known color: Peru. HEX triplet: D5, 83 and 3C. RGB value is (213,131,60). Sum of RGB (Red+Green+Blue) = 213+131+60=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5833C is #2A7CC3. Grayscale: #939393. Windows color (decimal): -2784452 or 3965909. OLE color: 3965909.

HSL color Cylindrical-coordinate representation of color #D5833C: hue angle of 27.84º 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 #D5833C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 60 -
CMYK 0 0.38 0.72 0.16
HSL 27.84º 0.65% 0.54% -
HSV(B) 27.84º 0.72% 0.84% -
XYZ 36.37 30.7 8.28 -
YUV 147.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 213 131 60 0 0.38 0.72 0.16 27.84 0.65 0.54
Hex D5 83 3C 0 26 48 10 1C 41 36
Octal 325 203 74 0 46 110 20 34 101 66
Binary 11010101 10000011 111100 0 100110 1001000 10000 11100 1000001 110110

Color Harmonies of #D5833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5833C

Black with #D5833C

Text Example


Text Example

White with #D5833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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