Html Css Color HEX #74361B Peru Tan

📋 copy color: '#74361B'

red 116 ◦ green 54 ◦ blue 27

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

Shades of Peru Tan #74361B

Tints of Peru Tan #74361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 58.88%
G = 27.41%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74361B (or 0x74361B) is known color: Peru Tan. HEX triplet: 74, 36 and 1B. RGB value is (116,54,27). Sum of RGB (Red+Green+Blue) = 116+54+27=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74361B is #8BC9E4. Grayscale: #454545. Windows color (decimal): -9161189 or 1783412. OLE color: 1783412.

HSL color Cylindrical-coordinate representation of color #74361B: hue angle of 18.2º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74361B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 27 -
CMYK 0 0.53 0.77 0.55
HSL 18.2º 0.62% 0.28% -
HSV(B) 18.2º 0.77% 0.45% -
XYZ 8.72 6.43 1.82 -
YUV 69.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 116 54 27 0 0.53 0.77 0.55 18.2 0.62 0.28
Hex 74 36 1B 0 35 4D 37 12 3E 1C
Octal 164 66 33 0 65 115 67 22 76 34
Binary 1110100 110110 11011 0 110101 1001101 110111 10010 111110 11100

Color Harmonies of #74361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74361B

Black with #74361B

Text Example


Text Example

White with #74361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,54,27); }

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

background-color css

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

 a { background-color: rgb(116,54,27); }

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

border-color css

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

 span { border-color: rgb(116,54,27); }

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