Html Css Color HEX #D4853D Peru

📋 copy color: '#D4853D'

red 212 ◦ green 133 ◦ blue 61

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

Shades of Peru #D4853D

Tints of Peru #D4853D

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 32.76%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4853D (or 0xD4853D) is known color: Peru. HEX triplet: D4, 85 and 3D. RGB value is (212,133,61). Sum of RGB (Red+Green+Blue) = 212+133+61=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4853D is #2B7AC2. Grayscale: #949494. Windows color (decimal): -2849475 or 4031956. OLE color: 4031956.

HSL color Cylindrical-coordinate representation of color #D4853D: hue angle of 28.61º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4853D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 133 61 -
CMYK 0 0.37 0.71 0.17
HSL 28.61º 0.64% 0.54% -
HSV(B) 28.61º 0.71% 0.83% -
XYZ 36.38 31.11 8.5 -
YUV 148.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 212 133 61 0 0.37 0.71 0.17 28.61 0.64 0.54
Hex D4 85 3D 0 25 47 11 1D 40 36
Octal 324 205 75 0 45 107 21 35 100 66
Binary 11010100 10000101 111101 0 100101 1000111 10001 11101 1000000 110110

Color Harmonies of #D4853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4853D

Black with #D4853D

Text Example


Text Example

White with #D4853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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