Html Css Color HEX #D38738 Peru

📋 copy color: '#D38738'

red 211 ◦ green 135 ◦ blue 56

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

Shades of Peru #D38738

Tints of Peru #D38738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 52.49%
G = 33.58%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D38738 (or 0xD38738) is known color: Peru. HEX triplet: D3, 87 and 38. RGB value is (211,135,56). Sum of RGB (Red+Green+Blue) = 211+135+56=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D38738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38738 is #2C78C7. Grayscale: #959595. Windows color (decimal): -2914504 or 3704787. OLE color: 3704787.

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

Color convert

RGB 211 135 56 -
CMYK 0 0.36 0.73 0.17
HSL 30.58º 0.64% 0.52% -
HSV(B) 30.58º 0.73% 0.83% -
XYZ 36.24 31.46 7.9 -
YUV 148.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 211 135 56 0 0.36 0.73 0.17 30.58 0.64 0.52
Hex D3 87 38 0 24 49 11 1F 40 34
Octal 323 207 70 0 44 111 21 37 100 64
Binary 11010011 10000111 111000 0 100100 1001001 10001 11111 1000000 110100

Color Harmonies of #D38738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38738

Black with #D38738

Text Example


Text Example

White with #D38738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38738; }

 p { color: rgb(211,135,56); }

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

background-color css

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

 a { background-color: rgb(211,135,56); }

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

border-color css

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

 span { border-color: rgb(211,135,56); }

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