Html Css Color HEX #702E0F Peru Tan

📋 copy color: '#702E0F'

red 112 ◦ green 46 ◦ blue 15

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

Shades of Peru Tan #702E0F

Tints of Peru Tan #702E0F

RGB

 RED value IS 112 (44.14% from 255) = 64.74%

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 64.74%
G = 26.59%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#702E0F (or 0x702E0F) is known color: Peru Tan. HEX triplet: 70, 2E and 0F. RGB value is (112,46,15). Sum of RGB (Red+Green+Blue) = 112+46+15=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E0F is #8FD1F0. Grayscale: #3E3E3E. Windows color (decimal): -9425393 or 994928. OLE color: 994928.

HSL color Cylindrical-coordinate representation of color #702E0F: hue angle of 19.18º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #702E0F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 46 15 -
CMYK 0 0.59 0.87 0.56
HSL 19.18º 0.76% 0.25% -
HSV(B) 19.18º 0.87% 0.44% -
XYZ 7.75 5.43 1.09 -
YUV 62.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 112 46 15 0 0.59 0.87 0.56 19.18 0.76 0.25
Hex 70 2E F 0 3B 57 38 13 4C 19
Octal 160 56 17 0 73 127 70 23 114 31
Binary 1110000 101110 1111 0 111011 1010111 111000 10011 1001100 11001

Color Harmonies of #702E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E0F

Black with #702E0F

Text Example


Text Example

White with #702E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702E0F; }

 p { color: rgb(112,46,15); }

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

background-color css

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

 a { background-color: rgb(112,46,15); }

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

border-color css

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

 span { border-color: rgb(112,46,15); }

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