Html Css Color HEX #D8853D Peru

📋 copy color: '#D8853D'

red 216 ◦ green 133 ◦ blue 61

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

Shades of Peru #D8853D

Tints of Peru #D8853D

RGB

 RED value IS 216 (84.77% from 255) = 52.68%

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 52.68%
G = 32.44%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8853D (or 0xD8853D) is known color: Peru. HEX triplet: D8, 85 and 3D. RGB value is (216,133,61). Sum of RGB (Red+Green+Blue) = 216+133+61=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8853D is #277AC2. Grayscale: #959595. Windows color (decimal): -2587331 or 4031960. OLE color: 4031960.

HSL color Cylindrical-coordinate representation of color #D8853D: hue angle of 27.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8853D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 61 -
CMYK 0 0.38 0.72 0.15
HSL 27.87º 0.67% 0.54% -
HSV(B) 27.87º 0.72% 0.85% -
XYZ 37.55 31.71 8.56 -
YUV 149.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 216 133 61 0 0.38 0.72 0.15 27.87 0.67 0.54
Hex D8 85 3D 0 26 48 F 1C 43 36
Octal 330 205 75 0 46 110 17 34 103 66
Binary 11011000 10000101 111101 0 100110 1001000 1111 11100 1000011 110110

Color Harmonies of #D8853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8853D

Black with #D8853D

Text Example


Text Example

White with #D8853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8853D; }

 p { color: rgb(216,133,61); }

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

background-color css

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

 a { background-color: rgb(216,133,61); }

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

border-color css

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

 span { border-color: rgb(216,133,61); }

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