Html Css Color HEX #74310B Peru Tan

📋 copy color: '#74310B'

red 116 ◦ green 49 ◦ blue 11

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

Shades of Peru Tan #74310B

Tints of Peru Tan #74310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

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

R = 65.91%
G = 27.84%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74310B (or 0x74310B) is known color: Peru Tan. HEX triplet: 74, 31 and 0B. RGB value is (116,49,11). Sum of RGB (Red+Green+Blue) = 116+49+11=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74310B is #8BCEF4. Grayscale: #404040. Windows color (decimal): -9162485 or 733556. OLE color: 733556.

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

Color convert

RGB 116 49 11 -
CMYK 0 0.58 0.91 0.55
HSL 21.71º 0.83% 0.25% -
HSV(B) 21.71º 0.91% 0.45% -
XYZ 8.36 5.93 1.02 -
YUV 64.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 116 49 11 0 0.58 0.91 0.55 21.71 0.83 0.25
Hex 74 31 B 0 3A 5B 37 16 53 19
Octal 164 61 13 0 72 133 67 26 123 31
Binary 1110100 110001 1011 0 111010 1011011 110111 10110 1010011 11001

Color Harmonies of #74310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74310B

Black with #74310B

Text Example


Text Example

White with #74310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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