Html Css Color HEX #D7833F Peru

📋 copy color: '#D7833F'

red 215 ◦ green 131 ◦ blue 63

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

Shades of Peru #D7833F

Tints of Peru #D7833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.4%

R = 52.57%
G = 32.03%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7833F (or 0xD7833F) is known color: Peru. HEX triplet: D7, 83 and 3F. RGB value is (215,131,63). Sum of RGB (Red+Green+Blue) = 215+131+63=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7833F is #287CC0. Grayscale: #949494. Windows color (decimal): -2653377 or 4162519. OLE color: 4162519.

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

Color convert

RGB 215 131 63 -
CMYK 0 0.39 0.71 0.16
HSL 26.84º 0.66% 0.55% -
HSV(B) 26.84º 0.71% 0.84% -
XYZ 37.04 31.04 8.74 -
YUV 148.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 215 131 63 0 0.39 0.71 0.16 26.84 0.66 0.55
Hex D7 83 3F 0 27 47 10 1B 42 37
Octal 327 203 77 0 47 107 20 33 102 67
Binary 11010111 10000011 111111 0 100111 1000111 10000 11011 1000010 110111

Color Harmonies of #D7833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7833F

Black with #D7833F

Text Example


Text Example

White with #D7833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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