Html Css Color HEX #D48B41 Peru

📋 copy color: '#D48B41'

red 212 ◦ green 139 ◦ blue 65

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

Shades of Peru #D48B41

Tints of Peru #D48B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 50.96%
G = 33.41%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48B41 (or 0xD48B41) is known color: Peru. HEX triplet: D4, 8B and 41. RGB value is (212,139,65). Sum of RGB (Red+Green+Blue) = 212+139+65=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48B41 is #2B74BE. Grayscale: #989898. Windows color (decimal): -2847935 or 4295636. OLE color: 4295636.

HSL color Cylindrical-coordinate representation of color #D48B41: hue angle of 30.2º degrees, saturation: 0.63, 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 #D48B41 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 65 -
CMYK 0 0.34 0.69 0.17
HSL 30.2º 0.63% 0.54% -
HSV(B) 30.2º 0.69% 0.83% -
XYZ 37.34 32.84 9.37 -
YUV 152.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 212 139 65 0 0.34 0.69 0.17 30.2 0.63 0.54
Hex D4 8B 41 0 22 45 11 1E 3F 36
Octal 324 213 101 0 42 105 21 36 77 66
Binary 11010100 10001011 1000001 0 100010 1000101 10001 11110 111111 110110

Color Harmonies of #D48B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B41

Black with #D48B41

Text Example


Text Example

White with #D48B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B41; }

 p { color: rgb(212,139,65); }

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

background-color css

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

 a { background-color: rgb(212,139,65); }

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

border-color css

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

 span { border-color: rgb(212,139,65); }

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