Html Css Color HEX #D4833F Peru

📋 copy color: '#D4833F'

red 212 ◦ green 131 ◦ blue 63

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

Shades of Peru #D4833F

Tints of Peru #D4833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 63 (25% from 255) = 15.52%

R = 52.22%
G = 32.27%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4833F (or 0xD4833F) is known color: Peru. HEX triplet: D4, 83 and 3F. RGB value is (212,131,63). Sum of RGB (Red+Green+Blue) = 212+131+63=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4833F is #2B7CC0. Grayscale: #939393. Windows color (decimal): -2849985 or 4162516. OLE color: 4162516.

HSL color Cylindrical-coordinate representation of color #D4833F: hue angle of 27.38º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4833F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 63 -
CMYK 0 0.38 0.70 0.17
HSL 27.38º 0.63% 0.54% -
HSV(B) 27.38º 0.7% 0.83% -
XYZ 36.16 30.59 8.7 -
YUV 147.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 212 131 63 0 0.38 0.70 0.17 27.38 0.63 0.54
Hex D4 83 3F 0 26 46 11 1B 3F 36
Octal 324 203 77 0 46 106 21 33 77 66
Binary 11010100 10000011 111111 0 100110 1000110 10001 11011 111111 110110

Color Harmonies of #D4833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4833F

Black with #D4833F

Text Example


Text Example

White with #D4833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4833F; }

 p { color: rgb(212,131,63); }

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

background-color css

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

 a { background-color: rgb(212,131,63); }

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

border-color css

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

 span { border-color: rgb(212,131,63); }

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