Html Css Color HEX #D38542 Peru

📋 copy color: '#D38542'

red 211 ◦ green 133 ◦ blue 66

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

Shades of Peru #D38542

Tints of Peru #D38542

RGB

 RED value IS 211 (82.81% from 255) = 51.46%

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

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 51.46%
G = 32.44%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38542 (or 0xD38542) is known color: Peru. HEX triplet: D3, 85 and 42. RGB value is (211,133,66). Sum of RGB (Red+Green+Blue) = 211+133+66=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D38542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38542 is #2C7ABD. Grayscale: #959595. Windows color (decimal): -2915006 or 4359635. OLE color: 4359635.

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

Color convert

RGB 211 133 66 -
CMYK 0 0.37 0.69 0.17
HSL 27.72º 0.62% 0.54% -
HSV(B) 27.72º 0.69% 0.83% -
XYZ 36.23 31.02 9.23 -
YUV 148.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 211 133 66 0 0.37 0.69 0.17 27.72 0.62 0.54
Hex D3 85 42 0 25 45 11 1C 3E 36
Octal 323 205 102 0 45 105 21 34 76 66
Binary 11010011 10000101 1000010 0 100101 1000101 10001 11100 111110 110110

Color Harmonies of #D38542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38542

Black with #D38542

Text Example


Text Example

White with #D38542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38542; }

 p { color: rgb(211,133,66); }

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

background-color css

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

 a { background-color: rgb(211,133,66); }

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

border-color css

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

 span { border-color: rgb(211,133,66); }

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