Html Css Color HEX #D07E3E Peru

📋 copy color: '#D07E3E'

red 208 ◦ green 126 ◦ blue 62

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

Shades of Peru #D07E3E

Tints of Peru #D07E3E

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 52.53%
G = 31.82%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D07E3E (or 0xD07E3E) is known color: Peru. HEX triplet: D0, 7E and 3E. RGB value is (208,126,62). Sum of RGB (Red+Green+Blue) = 208+126+62=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E3E is #2F81C1. Grayscale: #8F8F8F. Windows color (decimal): -3113410 or 4095696. OLE color: 4095696.

HSL color Cylindrical-coordinate representation of color #D07E3E: hue angle of 26.3º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D07E3E is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 62 -
CMYK 0 0.39 0.70 0.18
HSL 26.3º 0.61% 0.53% -
HSV(B) 26.3º 0.7% 0.82% -
XYZ 34.34 28.68 8.28 -
YUV 143.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 208 126 62 0 0.39 0.70 0.18 26.3 0.61 0.53
Hex D0 7E 3E 0 27 46 12 1A 3D 35
Octal 320 176 76 0 47 106 22 32 75 65
Binary 11010000 1111110 111110 0 100111 1000110 10010 11010 111101 110101

Color Harmonies of #D07E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E3E

Black with #D07E3E

Text Example


Text Example

White with #D07E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E3E; }

 p { color: rgb(208,126,62); }

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

background-color css

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

 a { background-color: rgb(208,126,62); }

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

border-color css

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

 span { border-color: rgb(208,126,62); }

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