Html Css Color HEX #74360C Peru Tan

📋 copy color: '#74360C'

red 116 ◦ green 54 ◦ blue 12

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

Shades of Peru Tan #74360C

Tints of Peru Tan #74360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 63.74%
G = 29.67%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74360C (or 0x74360C) is known color: Peru Tan. HEX triplet: 74, 36 and 0C. RGB value is (116,54,12). Sum of RGB (Red+Green+Blue) = 116+54+12=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74360C is #8BC9F3. Grayscale: #434343. Windows color (decimal): -9161204 or 800372. OLE color: 800372.

HSL color Cylindrical-coordinate representation of color #74360C: hue angle of 24.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74360C is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 12 -
CMYK 0 0.53 0.90 0.55
HSL 24.23º 0.81% 0.25% -
HSV(B) 24.23º 0.9% 0.45% -
XYZ 8.59 6.38 1.13 -
YUV 67.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 116 54 12 0 0.53 0.90 0.55 24.23 0.81 0.25
Hex 74 36 C 0 35 5A 37 18 51 19
Octal 164 66 14 0 65 132 67 30 121 31
Binary 1110100 110110 1100 0 110101 1011010 110111 11000 1010001 11001

Color Harmonies of #74360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74360C

Black with #74360C

Text Example


Text Example

White with #74360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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