Html Css Color HEX #D7833C Peru

📋 copy color: '#D7833C'

red 215 ◦ green 131 ◦ blue 60

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

Shades of Peru #D7833C

Tints of Peru #D7833C

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

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

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

R = 52.96%
G = 32.27%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7833C (or 0xD7833C) is known color: Peru. HEX triplet: D7, 83 and 3C. RGB value is (215,131,60). Sum of RGB (Red+Green+Blue) = 215+131+60=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7833C is #287CC3. Grayscale: #949494. Windows color (decimal): -2653380 or 3965911. OLE color: 3965911.

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

Color convert

RGB 215 131 60 -
CMYK 0 0.39 0.72 0.16
HSL 27.48º 0.66% 0.54% -
HSV(B) 27.48º 0.72% 0.84% -
XYZ 36.96 31.01 8.31 -
YUV 148.02 78.33 175.77 -
System Red Green Blue C M Y K H S L
Decimal 215 131 60 0 0.39 0.72 0.16 27.48 0.66 0.54
Hex D7 83 3C 0 27 48 10 1B 42 36
Octal 327 203 74 0 47 110 20 33 102 66
Binary 11010111 10000011 111100 0 100111 1001000 10000 11011 1000010 110110

Color Harmonies of #D7833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7833C

Black with #D7833C

Text Example


Text Example

White with #D7833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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