#74380B

Color #74380B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #74380B

Tints of Peru Tan #74380B

Color information

#74380B (or 0x74380B) is unknown color: approx Peru Tan. HEX triplet: 74, 38 and 0B. RGB value is (116,56,11). Sum of RGB (Red+Green+Blue) = 116+56+11=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74380B is #8BC7F4. Grayscale: #454545. Windows color (decimal): -9160693 or 735348. OLE color: 735348.

HSL color Cylindrical-coordinate representation of color #74380B: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74380B is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1165611-
CMYK00.520.910.55
HSL25.71º82.68%24.9%-
HSV(B)25.71º90.52%45.49%-
XYZ8.686.571.13-
YUV68.8195.38161.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=63.39%
G=30.60%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116561100.520.910.5525.7182.6824.9
Hex7438B0345B371a5319
Octal1647013064133673212331
Binary111010011100010110110100101101111011111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,56,11); }

 H1.HeaderClassName
 {
   color: #74380B;
 }
 .AnyTagClassName
 {
   color: #74380B;
 }
</style>
background-color css

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

 a { background-color: rgb(116,56,11); }

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

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

 span { border-color: rgb(116,56,11); }

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