Html Css Color HEX #70330B Peru Tan

📋 copy color: '#70330B'

red 112 ◦ green 51 ◦ blue 11

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

Shades of Peru Tan #70330B

Tints of Peru Tan #70330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 64.37%
G = 29.31%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70330B (or 0x70330B) is known color: Peru Tan. HEX triplet: 70, 33 and 0B. RGB value is (112,51,11). Sum of RGB (Red+Green+Blue) = 112+51+11=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70330B is #8FCCF4. Grayscale: #404040. Windows color (decimal): -9424117 or 734064. OLE color: 734064.

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

Color convert

RGB 112 51 11 -
CMYK 0 0.54 0.90 0.56
HSL 23.76º 0.82% 0.24% -
HSV(B) 23.76º 0.9% 0.44% -
XYZ 7.93 5.84 1.03 -
YUV 64.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 112 51 11 0 0.54 0.90 0.56 23.76 0.82 0.24
Hex 70 33 B 0 36 5A 38 18 52 18
Octal 160 63 13 0 66 132 70 30 122 30
Binary 1110000 110011 1011 0 110110 1011010 111000 11000 1010010 11000

Color Harmonies of #70330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70330B

Black with #70330B

Text Example


Text Example

White with #70330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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