Html Css Color HEX #74331C Peru Tan

📋 copy color: '#74331C'

red 116 ◦ green 51 ◦ blue 28

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

Shades of Peru Tan #74331C

Tints of Peru Tan #74331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 59.49%
G = 26.15%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74331C (or 0x74331C) is known color: Peru Tan. HEX triplet: 74, 33 and 1C. RGB value is (116,51,28). Sum of RGB (Red+Green+Blue) = 116+51+28=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74331C is #8BCCE3. Grayscale: #434343. Windows color (decimal): -9161956 or 1848180. OLE color: 1848180.

HSL color Cylindrical-coordinate representation of color #74331C: hue angle of 15.68º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74331C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 28 -
CMYK 0 0.56 0.76 0.55
HSL 15.68º 0.61% 0.28% -
HSV(B) 15.68º 0.76% 0.45% -
XYZ 8.6 6.16 1.84 -
YUV 67.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 116 51 28 0 0.56 0.76 0.55 15.68 0.61 0.28
Hex 74 33 1C 0 38 4C 37 10 3D 1C
Octal 164 63 34 0 70 114 67 20 75 34
Binary 1110100 110011 11100 0 111000 1001100 110111 10000 111101 11100

Color Harmonies of #74331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74331C

Black with #74331C

Text Example


Text Example

White with #74331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74331C; }

 p { color: rgb(116,51,28); }

 H1.HeaderClassName
 {
   color: #74331C;
 }
 .AnyTagClassName
 {
   color: #74331C;
 }
</style>

background-color css

<style>
 a { background-color: #74331C; }

 a { background-color: rgb(116,51,28); }

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

border-color css

<style>
 span { border-color: #74331C; }

 span { border-color: rgb(116,51,28); }

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