Html Css Color HEX #70330A Peru Tan

📋 copy color: '#70330A'

red 112 ◦ green 51 ◦ blue 10

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

Shades of Peru Tan #70330A

Tints of Peru Tan #70330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 64.74%
G = 29.48%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70330A (or 0x70330A) is known color: Peru Tan. HEX triplet: 70, 33 and 0A. RGB value is (112,51,10). Sum of RGB (Red+Green+Blue) = 112+51+10=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70330A is #8FCCF5. Grayscale: #404040. Windows color (decimal): -9424118 or 668528. OLE color: 668528.

HSL color Cylindrical-coordinate representation of color #70330A: hue angle of 24.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70330A is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 10 -
CMYK 0 0.54 0.91 0.56
HSL 24.12º 0.84% 0.24% -
HSV(B) 24.12º 0.91% 0.44% -
XYZ 7.92 5.83 1 -
YUV 64.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 112 51 10 0 0.54 0.91 0.56 24.12 0.84 0.24
Hex 70 33 A 0 36 5B 38 18 54 18
Octal 160 63 12 0 66 133 70 30 124 30
Binary 1110000 110011 1010 0 110110 1011011 111000 11000 1010100 11000

Color Harmonies of #70330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70330A

Black with #70330A

Text Example


Text Example

White with #70330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70330A; }

 p { color: rgb(112,51,10); }

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

background-color css

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

 a { background-color: rgb(112,51,10); }

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

border-color css

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

 span { border-color: rgb(112,51,10); }

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