Html Css Color HEX #D7833B Peru

📋 copy color: '#D7833B'

red 215 ◦ green 131 ◦ blue 59

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

Shades of Peru #D7833B

Tints of Peru #D7833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.57%

R = 53.09%
G = 32.35%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7833B (or 0xD7833B) is known color: Peru. HEX triplet: D7, 83 and 3B. RGB value is (215,131,59). Sum of RGB (Red+Green+Blue) = 215+131+59=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7833B is #287CC4. Grayscale: #949494. Windows color (decimal): -2653381 or 3900375. OLE color: 3900375.

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

Color convert

RGB 215 131 59 -
CMYK 0 0.39 0.73 0.16
HSL 27.69º 0.66% 0.54% -
HSV(B) 27.69º 0.73% 0.84% -
XYZ 36.93 31 8.17 -
YUV 147.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 215 131 59 0 0.39 0.73 0.16 27.69 0.66 0.54
Hex D7 83 3B 0 27 49 10 1C 42 36
Octal 327 203 73 0 47 111 20 34 102 66
Binary 11010111 10000011 111011 0 100111 1001001 10000 11100 1000010 110110

Color Harmonies of #D7833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7833B

Black with #D7833B

Text Example


Text Example

White with #D7833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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