Html Css Color HEX #74390B Peru Tan

📋 copy color: '#74390B'

red 116 ◦ green 57 ◦ blue 11

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

Shades of Peru Tan #74390B

Tints of Peru Tan #74390B

RGB

 RED value IS 116 (45.7% from 255) = 63.04%

 GREEN value IS 57 (22.66% from 255) = 30.98%

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

R = 63.04%
G = 30.98%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74390B (or 0x74390B) is known color: Peru Tan. HEX triplet: 74, 39 and 0B. RGB value is (116,57,11). Sum of RGB (Red+Green+Blue) = 116+57+11=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74390B is #8BC6F4. Grayscale: #454545. Windows color (decimal): -9160437 or 735604. OLE color: 735604.

HSL color Cylindrical-coordinate representation of color #74390B: hue angle of 26.29º 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 #74390B is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 11 -
CMYK 0 0.51 0.91 0.55
HSL 26.29º 0.83% 0.25% -
HSV(B) 26.29º 0.91% 0.45% -
XYZ 8.73 6.66 1.14 -
YUV 69.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 116 57 11 0 0.51 0.91 0.55 26.29 0.83 0.25
Hex 74 39 B 0 33 5B 37 1A 53 19
Octal 164 71 13 0 63 133 67 32 123 31
Binary 1110100 111001 1011 0 110011 1011011 110111 11010 1010011 11001

Color Harmonies of #74390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74390B

Black with #74390B

Text Example


Text Example

White with #74390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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