Html Css Color HEX #D48239 Peru

📋 copy color: '#D48239'

red 212 ◦ green 130 ◦ blue 57

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

Shades of Peru #D48239

Tints of Peru #D48239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 57 (22.66% from 255) = 14.29%

R = 53.13%
G = 32.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D48239 (or 0xD48239) is known color: Peru. HEX triplet: D4, 82 and 39. RGB value is (212,130,57). Sum of RGB (Red+Green+Blue) = 212+130+57=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D48239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48239 is #2B7DC6. Grayscale: #929292. Windows color (decimal): -2850247 or 3769044. OLE color: 3769044.

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

Color convert

RGB 212 130 57 -
CMYK 0 0.39 0.73 0.17
HSL 28.26º 0.64% 0.53% -
HSV(B) 28.26º 0.73% 0.83% -
XYZ 35.87 30.26 7.82 -
YUV 146.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 212 130 57 0 0.39 0.73 0.17 28.26 0.64 0.53
Hex D4 82 39 0 27 49 11 1C 40 35
Octal 324 202 71 0 47 111 21 34 100 65
Binary 11010100 10000010 111001 0 100111 1001001 10001 11100 1000000 110101

Color Harmonies of #D48239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48239

Black with #D48239

Text Example


Text Example

White with #D48239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48239; }

 p { color: rgb(212,130,57); }

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

background-color css

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

 a { background-color: rgb(212,130,57); }

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

border-color css

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

 span { border-color: rgb(212,130,57); }

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