Html Css Color HEX #D4883B Peru

📋 copy color: '#D4883B'

red 212 ◦ green 136 ◦ blue 59

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

Shades of Peru #D4883B

Tints of Peru #D4883B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 52.09%
G = 33.42%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4883B (or 0xD4883B) is known color: Peru. HEX triplet: D4, 88 and 3B. RGB value is (212,136,59). Sum of RGB (Red+Green+Blue) = 212+136+59=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4883B is #2B77C4. Grayscale: #969696. Windows color (decimal): -2848709 or 3901652. OLE color: 3901652.

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

Color convert

RGB 212 136 59 -
CMYK 0 0.36 0.72 0.17
HSL 30.2º 0.64% 0.53% -
HSV(B) 30.2º 0.72% 0.83% -
XYZ 36.74 31.92 8.36 -
YUV 149.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 212 136 59 0 0.36 0.72 0.17 30.2 0.64 0.53
Hex D4 88 3B 0 24 48 11 1E 40 35
Octal 324 210 73 0 44 110 21 36 100 65
Binary 11010100 10001000 111011 0 100100 1001000 10001 11110 1000000 110101

Color Harmonies of #D4883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4883B

Black with #D4883B

Text Example


Text Example

White with #D4883B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4883B; }

 p { color: rgb(212,136,59); }

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

background-color css

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

 a { background-color: rgb(212,136,59); }

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

border-color css

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

 span { border-color: rgb(212,136,59); }

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